[Bug] - Function App Is Modifying "Authorization" Header In Production Environment
Open
bug
documentation
Functions
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
I spent a while tracking down and trying to figure out what was going on and why my site wasn't working in production, and it turns out that it looks like the Static Web App service is modifying my request headers.
The authorization header that I am attaching to my request is **not** the same header that is being received by my function apps. I don't really want to post the tokens here but for some reason my functions are getting a completely different bearer token which is not the one I'm attaching to my requests and sending up.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.