| Subject: | idHTTP Post problem |
| Posted by: | Trina Jacobson |
| Date: | Thu, 4 Sep 2008 |
I created a simple program in Delphi7 to send XML using idHTTP.Post to a program running locally. It ran fine. I later installed Delphi2007; I now have both Delphi7 and Delphi2007 running on the same machine.
I then made a change to the program in Delphi7 and it gets the error 'HTTP/1.1 501 Not Supported' when I try to do the Post. I created a simple test program in Delphi2007 and I get the error 'Unknown Protocol' when I try to Post there. I tried changing the ProtocolVersion and HTTPOptions properties, but with no luck.
Any help would be appreciated!
Trina Jacobson