Broken server side request with cookies in 5.12.2
See original GitHub issueAfter upgrading from 5.12.1 to 5.12.2 a server side axios request seems like does not send the original request cookies. proxyHeaders
is tuned on and it seems to work so I think it is a breaking change in axios itself. 5.12.1 used axios 0.19.2 but 5.12.2 uses axios 0.20.0 and it has a lot of changes https://github.com/axios/axios/compare/v0.19.2...v0.20.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:14
- Comments:14 (5 by maintainers)
Top Results From Across the Web
cookie headers are not sent in ssr request after new update to ...
I am using laravel sanctum as a authentication strategy, which is running fine with both ssr and client it was sending the correct ......
Read more >Cookie is not included in request header / Server side cannot ...
I am using express-session to handle logins. Cookie on the browser & server sessions works fine. Cookies. However, I am having trouble ...
Read more >Using HTTP cookies - MDN Web Docs
The browser may store the cookie and send it back to the same server with later requests. Typically, an HTTP cookie is used...
Read more >7 Keys to the Mystery of a Missing Cookie - Medium
So this could be another reason why the cookies are missing in the POST cross-site request. Troubleshooting tip: open the developer console and ......
Read more >Release notes for Linux - Zoom Support
The Zoom client supports the use of Zoom Mesh within a local network, reducing internet bandwidth used by attendees when connecting with Zoom ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Issue finally solved by v5.12.4. Special thanks again @1ed for making issue and helping for reproduction ❤️
Hi. I made PR #452 for fix but still need a reproduction. Seems headers passing from client, are properly proxified to API inside asyncData. Would be nice if can help to make reproduction because otherwise cannot fix…