-1
我對console.log中的HTTP請求401(UNAUTHORIZED)有401錯誤,我該如何解決這個問題?狀態碼401
GET somelink 401 (UNAUTHORIZED)
api.js:35 Error: UNAUTHORIZED
at Request.<anonymous> (client.js:423)
at Request../node_modules/component-emitter/index.js.Emitter.emit (index.js:133)
at XMLHttpRequest.xhr.onreadystatechange (client.js:735)
請張貼您的代碼。 – Kamesh
哪裏有請求?順便說一句401意味着你沒有權限訪問該資源,或者你有錯誤的憑據,或者你沒有正確發送它們 –