I am writing a php script that submits a form with POST method for an external website. I got this to work, however that external website requires me to login. How would I send a cookie to that website to imitate the "Remember me" behavior so I won't need to login?
Asked
Active
Viewed 38 times
0
-
1Fill up the [cookie jar](http://www.darkbee.be/cookiejar/curl.php) (source at the bottom) – DarkBee Nov 28 '14 at 20:20
-
http://stackoverflow.com/questions/1084114/cross-domain-cookies – Devon Bessemer Nov 28 '14 at 20:22
-
(There are better duplicates for cURL+logins+cookies. But since you didn't ask for anything specific; you probably didn't want a specific answer. Else try the search function yourself.) – mario Nov 28 '14 at 20:23