pipe char in url path not reaching Apigee trace

Making requests with pipes, like: https:///v1//something| returns:

{ “fault”: { “faultstring”: “Request parse error {0}”, “detail”: { “code”: “BAD_REQUEST” } } }

I have checked nginx logs and the encoded url is correct.

1 Like

Issue with nginx encoding url, fixed with proxy_redirect in each location: http://serverfault.com/questions/459369/disabling-url-decoding-in-nginx-proxy

1 Like

@José Mauro Alejandro González Luna Ortiz , Thank you very much for sharing the solution with Apigee Community Members, I am sure it will be helpful for someone looking to resolve same. Way to go..