Query Parameter URL encoding issue

Report your bugs here. We promise to deal with them.

Query Parameter URL encoding issue

Postby ebates » 25 Apr 2012 19:55

I have tried everything I can think of but can not send a request like follows with '+' in it.

http://localhost:8080/cbsp/partner/1/me ... EIZQ%3D%3D
This a request that I have tried just sending the token as all of the following and the + is always either double encoded or not encoded at all never correctly encoded.

With URL Encoding on it fails when sending
ENms3yVR8N%2BYi2JxBqEIZQ%3D%3D returns ENms3yVR8N%2F2BYi2JxBqEIZQ%2F3D%2F3D (double encodes correct)
ENms3yVR8N+Yi2JxBqEIZQ== returns ENms3yVR8N+Yi2JxBqEIZQ== (and does not encode the values ???)

Now Disable URL Encoding
ENms3yVR8N%2BYi2JxBqEIZQ%3D%3D returns ENms3yVR8N+Yi2JxBqEIZQ== (it removes my encoding ???)
ENms3yVR8N+Yi2JxBqEIZQ== returns ENms3yVR8N+Yi2JxBqEIZQ== (and does not encode the values correct)

So there is no way for me to send a parameter like ENms3yVR8N+Yi2JxBqEIZQ==
ebates
User
 
Posts: 1
Joined: 28 Nov 2011 22:23

Re: Query Parameter URL encoding issue

Postby SmartBear Support » 26 Apr 2012 09:18

Hello,

Thanks for reporting. This is confirmed and we are working on it.

robert
[SOAPUI-3926]
SmartBear Support
Administrator
Administrator
 
Posts: 6705
Joined: 16 Feb 2009 10:53


Return to soapUI Pro Bugs