Example fetch with authorization header: fetch('URL_GOES_HERE', { method: 'post', headers: new Headers({ 'Authorization': 'Basic ...
確定! 回上一頁