XHR limitations
Opened this issue · 2 comments
chinesedfan commented
Like,
- cookies are always there
- can't get status code of OPTION requests
- can't response for browser cancelling
chinesedfan commented
Browsers will always add Authorization header when redirecting, see axios/axios#2855 (comment)
chinesedfan commented
Http limitations,
- about large status code like 1111, axios/axios#3431