Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: Post idhttp object with multiform
| Subject: | Re: Post idhttp object with multiform |
| Posted by: | "Axel" (borland.public.delphi.internet.winso..@newsgroups.borland.com) |
| Date: | Tue, 21 Mar 2006 12:28:50 |
"Ciaran Costelloe" <ccostelloe@flogas.ie> ha scritto nel messaggio
news:441f21ae@newsgroups.borland.com...
> Axel wrote:
>
>> There is a service running in a server.
>> the service is waiting for a form in a http document within 3 forms,
>> 2 for the authentication, 1 is a parameter for the request.
>
> You need 5 parameters for the page below, not 3, it has 5 INPUTs. Use
> Mozilla Firefox, and it can show you all the parameters and their
> values for the page currently open (Tools -> Page Info, I think).
the real parameters are only 3, the other 2 are only for the interactive
access with browser.
If i use the html code i posted in a browser (with only 3 parameter) and i
put the correct value, i get the authentication properly.
>
> Ciaran