Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat does this change I'm seeing in this cURL HTTP POST cookie response indicate?
    primarykey
    data
    text
    <p>I'm using cURL and php to query an exchange server that has Forms Based Authentication turned on. Due to FBA being on I need to collect a user's cookie authentication ids first. Yesterday everything was working: then something changed overnight and stopped working. I noticed that the cookie ids I was getting back were different (not the ids themselves because they change with every new call. Rather, the format and other things changed).</p> <p><strong>I use to see this:</strong></p> <pre><code># Netscape HTTP Cookie File # http://www.netscape.com/newsref/std/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. sdgh.utest.edu FALSE / FALSE 0 sessionid aeddf34c-16fe-4126-8c96-da7a33d244b9 sdgh.utest.edu FALSE / TRUE 0 cadata "0x0zHQHA3o8Vcu/DK/MWp69xkkZAJkIMts3HrOeHc4a71GN0CbqnDLiadJfKfSsseiyyxkyyUhRQ=" </code></pre> <p><strong>And now I see this (notice the url on the second line and the "#HttpOnly_" in front of the 2nd id):</strong></p> <pre><code># Netscape HTTP Cookie File # http://curl.haxx.se/rfc/cookie_spec.html # This file was generated by libcurl! Edit at your own risk. sdgh.utest.edu FALSE / FALSE 0 sessionid 11358a02-233c-4425-8a83-6b8b69b21bcd #HttpOnly_sdgh.utest.edu FALSE / TRUE 0 cadata "0FHKgxeq7st0DW57zl5HDgZ5gp7eRDqgfG6iAyxSf4TvyJI5aZI5wmPeiEHFloGo2bvH0fpnl52c=" </code></pre> <p><strong>Can anyone tell me what this sudden change indicates?<br></strong> Did something change on <em>my</em> web server?<br> Could it be the exchange server that I'm querying?<br> Did someone update cURL on me behind my back overnight?<br> Also, I do not have automatic updates happening on my web server.<br></p> <p>Does anyone think this even implies that cURL was updated? I didn't update it as far as I can tell. When/why does cURL or libcurl switch from <a href="http://www.netscape.com/newsref/std/cookie_spec.html" rel="nofollow noreferrer">http://www.netscape.com/newsref/std/cookie_spec.html</a> <br> to this <br> <a href="http://curl.haxx.se/rfc/cookie_spec.html" rel="nofollow noreferrer">http://curl.haxx.se/rfc/cookie_spec.html</a></p> <p>Thanks for the help!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload