Closed dryprogrammer closed 2 years ago
Found the culprit after many many days... why... :sob: https://github.com/sheaivey/react-axios/compare/v2.0.5...master
sheaivey Do you think you can push a quick fix?
Can you create a pull request of what you think the quick fix is? I’ll try and review the pr tomorrow and get some other version bumps in while I’m at it.
Well, the master branch already has the fix. It's just the v2.0.5 91dd6a5f2512e5e92058b8eaec1dbe7fefa815a7 is 1 commit behind.
Here was the fix: https://github.com/sheaivey/react-axios/commit/195a04245bc030815ffbe1a9ca20451d2769f7c3
Oh! I thought that fix was in the latest release from a year ago. I’ll get it pushed out today. Thanks for clarifying.
Ok, release v2.0.6 is out now and ready for use.
react-axios fails CORS despite
access-control-allow-origin: *
on the server, while running axios in react passes.You can check it out here:
Here are the http headers: