However, when I receive the actual response after querying the webhook endpoint, the “Access-Control-Allow-Origin” is set to “*”. I need to set a specific value, rather a wildcard, so this won’t do.
Why is my custom value for the “Access-Control-Allow-Origin” getting overwritten? How can I prevent this from happening?
The other custom headers that I’m setting are being passed perfectly fine…I hope it will work for “Access-Control-Allow-Origin” too! It’s not a spec requirement that I can change, so if I can’t set the value for “Access-Control-Allow-Origin” then I might not be able to use 8base
And the actual headers that I’m seeing in the network response tab are:
access-control-allow-origin: *
[The other two headers aren't even here]
Can you take a look at this? It makes me nervous that this has changed. If it changes after we launch it will break our entire product (and we have no control over it - these headers must be set the way I’m trying to set them or it will not work).