Reliving from CORS nightmare in SPA applications
CORS When you work whit services on a different domain, the horror and pain from fighting with CORS are unavoidable. Exactly, was unavoidable, before I discover how to prevent browsers to send “silly” preflight OPTIONS request. I was desperately trying everything, middleware, proxying requests, and accepting and dropping OPTIONS requests on the server side. But when you don’t have control on the server side, […]
Recent Comments