Re: [fpc-pascal] Access site from app with login and password using http

2013-08-29 Thread Benito van der Zander
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

Re: [fpc-pascal] Access site from app with login and password using http

2013-08-29 Thread Osvaldo Filho
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

Re: [fpc-pascal] Access site from app with login and password using http

2013-08-29 Thread 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 used Synapse to access the web site of an embedded controller. Using FireFox with a "develo

Re: [fpc-pascal] Access site from app with login and password using http

2013-08-28 Thread Sven Barth
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 __

Re: [fpc-pascal] Access site from app with login and password using http

2013-08-28 Thread Osvaldo Filho
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

[fpc-pascal] Access site from app with login and password using http

2013-08-28 Thread Osvaldo Filho
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

Re: [fpc-pascal] Access site from app with login and password using http

2013-08-28 Thread 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 using http from a Lazarus > application? > > ___