Bug 47445 - Using Proxy with https-spoofing secure cookies need to be unsecured
Summary: Using Proxy with https-spoofing secure cookies need to be unsecured
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: Nightly (Please specify date)
Hardware: PC Windows Vista
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-28 23:59 UTC by KMA
Modified: 2009-08-11 08:31 UTC (History)
0 users



Attachments
Patch removing "secure-flag" from cookies (919 bytes, patch)
2009-06-28 23:59 UTC, KMA
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KMA 2009-06-28 23:59:36 UTC
Created attachment 23895 [details]
Patch removing "secure-flag" from cookies

Hi,
when transforming http-requests to https-requests, the proxy also needs to unsecure received secure-cookies to allow/force the browser to send those cookies in consequent http-requests.
Attached there is an possible way of patching this by removing secure-flag...

best regards
Kristian Martin
Comment 1 Sebb 2009-08-11 08:31:28 UTC
Thanks for the patch; applied to SVN in:


URL: http://svn.apache.org/viewvc?rev=803160&view=rev
Log:
Bug 47445 -  Using Proxy with https-spoofing secure cookies need to be unsecured


Note that HTTPS recording is now possible, so spoofing is less likely to be needed.
Comment 2 The ASF infrastructure team 2022-09-24 20:37:43 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2253