- I have
api-test.domain.com
added in access application - In the same access app have policies allow emails and service auth for token
- In the same access app has
app-test.domain.com
added - In
app-test.domain.com
, it will accessapi-test.domain.com
with service token in header and here the CORS issue happen - Removing
api-test.domain.com
from access app has no CORS issue happen
More context:
- The subdomains is tunneled using access tunnel
- The access app has CORS setup
- The
app-test.domain.com
will return CORS if given origin header
Why do access behave that way and what is sensible next step to try?