Hello,
I have browsing some related topics, but couldn’t find yet answer.
Maybe you can help me. I have one issue with URL encoding. Request seemed to be modified in Apigee, but I don’t know how to prevent it or change it back before forwarding to backend.
This is sent by client:
/test/login1.do?ts=EE&act=id&ajax=true&cs=something
This is what I see in Apigee trace UI:
/test/login1.do?ts=EE&%3Bact=id&%3Bajax=true&%3Bcs=something
So, semicolon “;” is replaced by %3B. Is there any way to stop doing it in Apigee? Or at least change it back before request goes to backend? Assuming we can’t do any changes in backend.
Apigee is acting as a proxy between client and a webpage.
Appreciate any advice!