Wondering if anyone has any experience getting cookies from CURLSMBS.
I have connected to a site via CURLSMBS.Perform. I can retrieve the HTML response with CURLSMBS.OutputData, but I’d like to get the response header info so I can parse out the cookies, save them to disk, and submit them in future transactions to the same server. Can CURLSMBS pull these cookies out automatically for me, and/or is there a way to access the Response headers directly?
I’ve tried messing with .OptionCookieList as cited in the docs but it always returns a 0 length list even though I know cookies are being sent by the server.
Thanks in advance for any suggestions.
4 posts - 3 participants