My Internet Tools (http://www.benibela.de/sources_en.html#internettools)
are made for that.
For example:
uses simpleinternet;
var i: IXQValue;
begin
for i in
process(httpRequest(process('http://www.example.org/the/page/with/the/login/form',
'form(/form, {"username": "'+username+'", "passwo
Could you send a piece of code as an example?
2013/8/29 Michael Schnell
> On 08/28/2013 10:07 PM, Osvaldo Filho wrote:
>
>> Is there any example to access information on web site that requires
>> authentication with login and password in form using http from a Lazarus
>> application?
>>
>
> I u
On 08/28/2013 10:07 PM, Osvaldo Filho wrote:
Is there any example to access information on web site that requires
authentication with login and password in form using http from a
Lazarus application?
I used Synapse to access the web site of an embedded controller.
Using FireFox with a "develo
Am 28.08.2013 22:10 schrieb "Robert Wolfe" :
>
> Probably, but only if the lazarus application is built as a CGI.
>
Ehm. I think he means accessing an existing webpage which has login with a
Lazarus application and not letting a Lazarus application provide a
webbased login...
Regards,
Sven
__
Ok, yes, on cgi app.
Where?
2013/8/28 Robert Wolfe
> Probably, but only if the lazarus application is built as a CGI.
> On Aug 28, 2013 3:07 PM, "Osvaldo Filho" wrote:
>
>> Is there any example to access information on web site that requires
>> authentication with login and password in form us
Is there any example to access information on web site that requires
authentication with login and password in form using http from a Lazarus
application?
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/list
Probably, but only if the lazarus application is built as a CGI.
On Aug 28, 2013 3:07 PM, "Osvaldo Filho" wrote:
> Is there any example to access information on web site that requires
> authentication with login and password in form using http from a Lazarus
> application?
>
> ___