Welcome! Log In Create A New Profile

Advanced

Regarding URL Encode/Decode of the Parameter

m.i
July 27, 2017 11:44PM
Hello, I have a following problem with Nginx. Here is the scenario.

There is a client app that sends request to Nginx Proxy with following parameter. The parameter is already url encoded.
GET /X/Y/Z.aspx?id=abc%3D%3D

Now, I noticed that Nginx applies url encode to % and make it as %25 when it redirect the message. The parameter now become below.
GET /X/Y/Z.aspx?id=abc%253D%253D

I want Nginx to redirect the parameter as is. Below is the one that I want Nginx to redirect.
GET /X/Y/Z.aspx?id=abc%3D%3D

Could you please, help me out to do what I want?

Any suggestions are very much welcome!
Subject Author Posted

Regarding URL Encode/Decode of the Parameter

m.i July 27, 2017 11:44PM

Re: Regarding URL Encode/Decode of the Parameter

Francis Daly July 28, 2017 04:04AM

Re: Regarding URL Encode/Decode of the Parameter

m.i July 28, 2017 04:30AM

Re: Regarding URL Encode/Decode of the Parameter

Francis Daly July 28, 2017 04:58AM

Re: Regarding URL Encode/Decode of the Parameter

m.i July 28, 2017 06:55PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 201
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready