Re: Get cookies for specific URL

2019-09-25 Thread Ray Satiro via curl-library
On 9/24/2019 10:23 AM, Daniel Stenberg via curl-library wrote: On Tue, 24 Sep 2019, H?lzl, Dominik via curl-library wrote: get all cookies for a specific URL? No, we don't provide such an API. Yet. Maybe we should? Ideas on how it would look like? I took a shot at it [1]. [1]:

AW: Get cookies for specific URL

2019-09-25 Thread Hölzl , Dominik via curl-library
> -Ursprüngliche Nachricht- > Von: Daniel Stenberg mailto:dan...@haxx.se>> > Gesendet: Dienstag, 24. September 2019 17:28 > An: Hölzl, Dominik > mailto:dominik.hoe...@fabasoft.com>> > Betreff: Re: AW: Get cookies for specific URL > > On Tu

Re: Get cookies for specific URL

2019-09-24 Thread Daniel Stenberg via curl-library
On Tue, 24 Sep 2019, Hölzl, Dominik via curl-library wrote: get all cookies for a specific URL? No, we don't provide such an API. Yet. Maybe we should? Ideas on how it would look like? CURLINFO_COOKIELIST/Curl_cookie_list skips cookies without domain property as stated in the docs, so

Get cookies for specific URL

2019-09-24 Thread Hölzl , Dominik via curl-library
Hello! Is there an equivalent for the WinAPI-method InternetGetCookieEx / macOS API method NSHTTPCookieStorage/cookiesForURL in cURL to get all cookies for a specific URL? I know there is CURLINFO_COOKIELIST but this seems to output all cookies, regardless of URL / domain / path / time

Get cookies for specific URL

2019-09-24 Thread Hölzl , Dominik via curl-library
Hello! Is there an equivalent for the WinAPI-method InternetGetCookieEx / macOS API method NSHTTPCookieStorage/cookiesForURL in cURL to get all cookies for a specific URL? I know there is CURLINFO_COOKIELIST but this seems to output all cookies, regardless of URL / domain / path / time