... API에서 POST시 헤더 Authorization Type Basic Auth로 전송해야할 때 ... 'Basic' + base64.encode(username + ":" + password)); fetch(url, ...
確定! 回上一頁