
welch
stranger
Mar 22, 2011, 9:56 AM
Post #1 of 3
(1167 views)
|
|
HTTP Request send literal %2B
|
Can't Post
|
|
Hi Guys, I am doing a POST to another server using HTTP::REQUEST and I am sendin an XML string that have in some text node this string: Ws%2BsuHG7Xqk01RaIxm2L/w1L As you can see the string have %2B and that represents the plus (+) sign in the URL ENCODE and when i do the post the string is converted to: Ws+suHG7Xqk01RaIxm2L/w1L I can't find a way to send literal %2B... Does any body knows how to do this. I apreciate your help. Thanks welcho _______________________ Welch
|