NodeJS - only OPTIONS request is send to the REST API, POST or GET doesn't follow (Cloudflare)
问题 When my website calls the REST api (code below) then only the OPTIONS request goes through, the POST or GET request doesn't follow. The OPTIONS request successfully passes the CORS whitelist. The POST or GET request isn't logged, it's also not blocked by the whitelist. The weird thing is that the Google Recaptcha request works, all the third websites does, except for mine. The api is running on the same domain as the website, just another port. My website is using Cloudflare, Cloudflare