You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the test case, I adapted it for my investigation here: #799 (comment)
As I understand it, CORS isn't broken, it is just triggering a bug returning a response without reading the full request - the transmission is cancelled before it can be completely sent (a kind of race condition).
see my link for an alternative hack, see if that works for you.
I imagine my hack will hurt performance, but it will be interesting to know if it at least works.
I have built a CROW API server using version 1.1 but I get Error 204
here is my code
what am I doing wrong?
The text was updated successfully, but these errors were encountered: