cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: newbie: authentication request

From: Stephen Pynenburg <spynenburg_at_gmail.com>
Date: Fri, 3 Apr 2009 08:09:56 -0400

I would point you here as a first resource:
http://curl.haxx.se/docs/httpscripting.html
Basically what you have to do is find what post-fields the site has, then
provide them with cURL, and save the cookie that shows you as "logged in".
You might try searching the web for example logins with PHP-cURL for some
premade code :)
-Stephen

2009/4/2 Myles Recny <mkrecny_at_gmail.com>

> I'm trying to use libcurl to perform automated actions on the application
> located at www.chipin.com.
> This would require authentication and form filling, based on user input on
> my server.
>
> Any ideas/help are greatly appreciatied -
>
> Myles
>
> _______________________________________________
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
>
>

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2009-04-03