Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Sep : Re: Can IdHTTP call CGI-script?
| Subject: | Re: Can IdHTTP call CGI-script? |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 6 Sep 2007 09:42:43 |
"Reinhold Staubach" <str01014@gw.ngate.uni-regensburg.de> wrote in message
news:46DFEE17.74AD.006F.0@gw.ngate.uni-regensburg.de...
> Can I use the IdHTTP-Client to REQUEST a webpage that
> is produced dynamically by a CGI-script?
Yes.
> I succeed with static pages but not with dynamic ones.
What exactly are you having a problem with? Accessing a CGI script is no
different than accessing any other file. All of the work is done
server-side in any situation. You request a script, the server runs it and
sends back the generated data. TIdHTTP does not care whether the data is
dynamic or static.
Gambit
none