WebmasterLULZ
05-12-2009, 12:10 PM
So what I want to do is create a cURL snippplet that will POST data somewhere , get the cookies from the response, sends them to a txt file to be used to call upon another URL.
Then I want it to grab the value of one certain cookie and echo it. (Preferably not from the txt file , but from the set cookie headers.
So for example, if it sets multiple cookies. (like Set-Cookie:Auth1=abcdefg;Auth2=hijk; ) , I just want the value of the Auth2 cookie that was set in the original process.
Then I want it to grab the value of one certain cookie and echo it. (Preferably not from the txt file , but from the set cookie headers.
So for example, if it sets multiple cookies. (like Set-Cookie:Auth1=abcdefg;Auth2=hijk; ) , I just want the value of the Auth2 cookie that was set in the original process.