Firefox fails on CORS resource, while Chrome and Safari work

后端 未结 1 701
天命终不由人
天命终不由人 2021-01-27 03:06

I have a seemingly correct resource backed by a CouchDB installation. Requests are made using JS Axios. Both Chrome and Safari work, Firefox 65.0 fails however with



        
相关标签:
1条回答
  • 2021-01-27 03:52

    @sideshowbarker thanks for the hint - indeed, the behaviour was due to an extension - namely this one https://addons.mozilla.org/en-US/firefox/addon/cross-domain-cors/ after disabling this extension cors worked as expected!

    0 讨论(0)
提交回复
热议问题