You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
This example works well on localhost, but on production, when application is running on GCP, trying to connect to Azure, and redirect always triggers back not POST but GET endpoint.
I see in the logs that request is correct, looks like this:
This issue is for a: bug report
Minimal steps to reproduce
This example works well on localhost, but on production, when application is running on GCP, trying to connect to Azure, and redirect always triggers back not POST but GET endpoint.
I see in the logs that request is correct, looks like this:
Even if I specify
res.redirect(308, authCodeUrlResponse);
it gives no effect.What kind of configuration is in Azure to not do this VERB conversion?
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Linux, Kubernetes, GCP
Versions
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: