Board index » cppbuilder » TNMHTTP.Post distorts posted data

TNMHTTP.Post distorts posted data

When I post data like
  "owner=dias&year=2001"
TNMHTTP replaces it with
  "owner%3Ddias%26year%3D2001",
i.e. hex-encodes '=' and '&' characters.
Target web-server doesn't understand resulting string.

Any help? (please, don't offer to change the server!)
Thanks in advance

 

Re:TNMHTTP.Post distorts posted data


Quote
> (please, don't offer to change the server!)

No, but I'll do offer you to change the newsgroup.  I think the folks at
the .internet newsgroup will be able to help you much more, than we
ignorant VCL people.

--
Yoto Yotov

Re:TNMHTTP.Post distorts posted data


Quote
> No, but I'll do offer you to change the newsgroup.  I think the folks at
> the .internet newsgroup will be able to help you much more, than we
> ignorant VCL people.

Thanks, I'll try...

Other Threads