mfazliazran / skipfish

Automatically exported from code.google.com/p/skipfish
Apache License 2.0
0 stars 0 forks source link

cURL Wiki Example #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Could you provide an example in the wiki using curl for a cookie-based session?

Thank you

Original issue reported on code.google.com by 0x4...@gmail.com on 5 Apr 2010 at 10:04

GoogleCodeExporter commented 8 years ago
It's highly application-specific, so no; the idea is to submit user name and 
password 
using curl -ksi, then grep the Set-Cookie header in the response and extract 
this 
value via a simple shell script.

Original comment by lcam...@gmail.com on 5 Apr 2010 at 10:16