curl-library
HTTP Proxy & Cookies = Cookies not sent
From: Roland Krikava <list-subs_at_bluedigits.com>
Date: Fri, 13 Aug 2004 20:54:56 -0400
Received on 2004-08-14
Date: Fri, 13 Aug 2004 20:54:56 -0400
I was having problems with libcurl not sending cookies when using a proxy. I traced the problem to Curl_http where the var 'ppath' is set to the complete path (including hostname) when using proxies. This causes problems later on when the cookie path is compared with the complete path.. resulting in no cookies being sent for cookies that had path restrictions.
Attached is a patch to fix this problem.
- text/plain attachment: proxy-cookie-patch.txt