jonathanw84
May 12, 2022Cirrus
CORS Question
Not too familiar with CORS (and I've looked over the implementation post), but can't seem to find the answer to my question. I have a VS that has a rewrite profile attached to it. All the URI rewrites go to backend servers, but one of them actually goes to a different a site / domain all together. This is working fine, except for the CORS error that we are seeing.
If I CURL requests going to any of the other URIs (the ones that go to our backend servers), I get the following back:
Access-Control-Allow-Origin: *
But going to the URI that points to the other site / domain, we do not see this. Is this an issue on the F5 VS side or is there something that needs to be done on the backed of the other site / domain we are trying to access.
Thanks!