cURL / Mailing Lists / curl-library / Single Mail

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

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.

Received on 2004-08-14