Robert Heynen Thanks again for sharing the details.
Update for the community:
Robert captured a trace using Trace a call and found that APIM generated a request with query parameters to backend, but backend API was rejecting the request when header content-type
was set as application/json
. He also validated the same via Postman as well. So, he overrides header value by setting content-type
as text/plain
in APIM policy and it worked.
I hope this helps with your questions and let us know if you have any other.