CORS/domain issue
I recently moved a domain over to cloudflare, and was hit with some weird api issues, which I think are CORS related. The frontend requests were 404ing and they were being appended to the frontend url automatically, so the 404 was from app.me.com to app.me.com/api.me.com/api/... instead of just api.me.com/api/... Weirdly this only happens on one of my cloudflare hosted websites (I put the same servers on two websites to test). Does anyone have any idea what might be going on? I'm using kubernetes with a frontend and backend deployment.