DEV Community

Discussion on: How I enabled CORS for any API on my Single Page App

Collapse
 
mxldevs profile image
MxL Devs • Edited

Routing requests to a server that you control to act as a MITM to perform API calls is pretty clever.

However, other applications can bypass your own CORS restrictions the same way for the same reason you're bypassing other servers CORS rules