Ingress is changing POST request to GET requests #1639
Unanswered
Nico (nicoADSP)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
Below is my Ingress K8 resouce:
When I call
xxxx.yyy.cloudapp.azure.com/orchestratorfrom a script doing a POST request, they automatically get changed to be a GET request. Below is a log from the API demonstrating the issue:The /orchestrator is a POST endpoint. How can I ensure that the request keeps its original Request Method?
Thank you for your help!
Nicholas
All reactions