curl-and-php
Re: logging in with Curl and passing off to a browser?
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Sat, 20 Nov 2004 16:27:30 +0100 (CET)
Date: Sat, 20 Nov 2004 16:27:30 +0100 (CET)
On Fri, 19 Nov 2004, JJ DeBarros wrote:
> From what I've been able to find out about cookies is that this would not be
> possible as it would violate a bunch of security...
Correct. Each cookie has a "domain" and "path" property and the browser only
sends back cookies to pages where both domain and path match. Your site can't
set cookies in the browser for a different domain than the one the browser
currently visits.
-- Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se Dedicated custom curl help for hire: http://haxx.se/curl.htmlReceived on 2004-11-20