I was using the HTTP submit with an existing routine we have on our web server to get some information. I noticed that the values parameter appears to be UTF-8 encoded but the documentation does not state that. There does not seem to be a way to specify the encoding or turn it off.
I had a dash (-) in my values that were posted to the web server and that was converted to "%2d", which screws up the code I have running on the server (which I would rather not change.)
Can someone elaborate on what encoding if any happens to the values table when using HTTP.Submit and if there is any way to control that?
thanks,
Howard

Reply With Quote