How do I fix this CORS problem, when doing a simple get request with JQuery Ajax?
I’m trying to make a website that triggers a webhook to trigger an Alexa Routine using https://trigger.esp8266-server.de/. The request goes through fine and it works fine, but in the console, it’s logging out a CORS error. The server is still responding with 200 OK though.