 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
David Guest
|
Posted: Tue Nov 16, 2004 4:33 am Post subject: http web request question |
|
|
I have a web application using weblogic
I need to send a http request to this weblogic application through my delphi
application, my http request format is in the following format:
http://machine-name:7003/app/create.jsp?site=BEDFORD&location=1123
could you any share some information with me, how to do this from Delphi
6/7?
thanks
kind regards
David
|
|
| Back to top |
|
 |
eshipman Guest
|
Posted: Tue Nov 16, 2004 2:35 pm Post subject: Re: http web request question |
|
|
In article <41998376 (AT) newsgroups (DOT) borland.com>, [email]friendisvital (AT) yahoo (DOT) com[/email]
says...
| Quote: | I have a web application using weblogic
I need to send a http request to this weblogic application through my delphi
application, my http request format is in the following format:
http://machine-name:7003/app/create.jsp?site=BEDFORD&location=1123
could you any share some information with me, how to do this from Delphi
6/7?
thanks
|
Are you expecting a returned result?
|
|
| Back to top |
|
 |
Ciaran Costelloe Guest
|
Posted: Wed Nov 17, 2004 7:23 pm Post subject: Re: http web request question |
|
|
"eshipman" <mr_delphi_developer@yahoo!!!.com> wrote
| Quote: | In article <41998376 (AT) newsgroups (DOT) borland.com>, [email]friendisvital (AT) yahoo (DOT) com[/email]
says...
I have a web application using weblogic
I need to send a http request to this weblogic application through my
delphi
application, my http request format is in the following format:
http://machine-name:7003/app/create.jsp?site=BEDFORD&location=1123
could you any share some information with me, how to do this from Delphi
6/7?
thanks
|
sReturnedPage :=
TIdHTTP.Get('http://machine-name:7003/app/create.jsp?site=BEDFORD&location=1123');
Ciaran
|
|
| 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
|
|