03-30-2019, 02:17 AM
The problem is not exactly the encoding.
I'm not sure which type of application you are using (ISAPI, SA Indy or SA Http.sys) but the plus char is decoded as a space.
If you post this instead: http://127.0.0.1:8888/?0001=wr7Ct%2BKApsOJw4rDoMON
it will work as you expect. In that case + is encoded as %2B
I'm not sure which type of application you are using (ISAPI, SA Indy or SA Http.sys) but the plus char is decoded as a space.
If you post this instead: http://127.0.0.1:8888/?0001=wr7Ct%2BKApsOJw4rDoMON
it will work as you expect. In that case + is encoded as %2B

