I want to fetch an URL and determine what status code it has, especially if it has ... fetch('https://httpstat.us/301', { redirect: 'true'}) .then(response ...
確定! 回上一頁