I've been running into a lot of CORS issues lately and even if I set the necessary headers for everything to work, I run into a problem with preflight requests.
A little background here to explain the problem, #CORS or #CrossOriginResourceSharing kicks in whenever you're making a request to a domain that different than you're current on. In my case, I have my fronted at http://localhost:4200 and...
Powered by Anahita