ctimmerm / axios-mock-adapter

Axios adapter that allows to easily mock requests
MIT License
3.47k stars 245 forks source link

Getting preflight invalid error with js-dom #381

Open Abhik-Ray opened 9 months ago

Abhik-Ray commented 9 months ago

Everything is works perfectly but js-dom is also sending a preflight request with is getting a 403 response. Any idea on how to handle it?