Board index » delphi » Programmatically calling HTTP Post using Indy's TIDHttp
Sam Kapoor
![]() Delphi Developer |
Mon, 12 Sep 2005 06:22:43 GMT
Programmatically calling HTTP Post using Indy's TIDHttp
Hi:
I am using Indy's TIDHttp to programatically submit Http Get and Post Something really simple. Using TIdHttp I call the Post method. Right now I am getting "text/html" returned back but it does not have However, when I don't get back the string "Hello". Code is same as HttpClient demo in Indy8 being used in Indy9 (with some What do I need to pass as arguments to TIDHttp's Post method to get it Thanks: -Sam |