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
When I call xxxx.yyy.cloudapp.azure.com/orchestrator from 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:
INFO: 10.200.4.6:33768 - "GET /orchestrator HTTP/1.1 405 Not Allowed "
The /orchestrator is a POST endpoint. How can I ensure that the request keeps its original Request Method?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
Below is my Ingress K8 resouce:
When I call
xxxx.yyy.cloudapp.azure.com/orchestrator
from 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
Beta Was this translation helpful? Give feedback.
All reactions