标签: axios create-react-app http-status-code-401
最简单的应用程序(create-react-app)尝试访问API
fetch = () => { axios({ url: URL, mehtod: 'get', }) .then( r => console.log(r) ) )
API返回401,但完全没有出现“身份验证”对话框。将URL发布到浏览器的地址栏中。是什么阻止了此对话框的显示。