 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Perry van der Meeren Guest
|
Posted: Mon Apr 26, 2004 12:37 pm Post subject: TidTHTTP.Post, understanding AResponseContent |
|
|
Hi,
I am using TidHTTP to get a result from a website based on some Params.
When I do it via Post(AURL:String; ASource: TStream;AResponseContent:
TStream) where ASource = TStringStream and AResponseContent = TMemoryStream
then after executing the POST the AResponseContent is empty!
While when I do the same thing with GET(AURL: String; AResponseContent:
TStream) but here the params are already added to the url I get the
resulting page.
My question is:
Although the params are correct to get a responsecontent why don't I get it
from the POST?
Any help is appreciated.
Thanks,
Perry
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Apr 26, 2004 7:09 pm Post subject: Re: TidTHTTP.Post, understanding AResponseContent |
|
|
"Perry van der Meeren" <perry (AT) digitaldreamsoftware (DOT) com> wrote
| Quote: | then after executing the POST the AResponseContent is empty!
|
The only way that can happen is if the server did not return any response
data to begin with.
Gambit
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|