The problem I was having was actually orthogonal to this.

Thanks!
Mark

On Sep 12, 2006, at 9:52 AM, Mark Lubratt wrote:

Hello!

I'm trying to use HTTPSocket to send a filled out form to my accounting system (SQL-Ledger). I construct a dictionary with all the proper parameters (params) and then use HTTPSocket.SetFormData (params) and HTTPSocket.Post <URL> to send the request. I get back a server error. I understand that SetFormData URLifies the passed dictionary. I noticed that it is overzealous in transforming characters. For example, it transforms the underscore character to its hex value when I need it to remain an underscore. The same applies to the forward slash "/". Is there a way to prevent this conversion and to take my dictionary directly for the post data?

I've also tried using the Get method with a URL version of my request. In both cases, I'm getting an internal server error.

Any help available??

Thanks!
Mark

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to