Re: HTTPSocket troubles - SOLVED

2006-09-12 Thread Mark Lubratt
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

HTTPSocket troubles

2006-09-12 Thread Mark Lubratt
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 to send the request. I get back a server error. I unders