Bug 29075

Summary: Regex Extractor needs to be able to extract data out of http response header and not just the body.
Product: JMeter - Now in Github Reporter: Ryo Sode <ryo_sode>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P3    
Version: 2.0.0   
Target Milestone: ---   
Hardware: Macintosh   
OS: All   

Description Ryo Sode 2004-05-19 01:10:00 UTC
When testing a custom web server application, special header (not cookie) is often sent across which is 
used to keep track of the session id. The only way this interaction is automated within JMeter currently 
is for the tester to run regex extractor in the first http sampler and extract that session id that's been 
generated by the server and then embedded in the http response header, then use HTTP Header 
Manager across the thread which uses the variable that's been associated with the ref name in the 
regex extractor.
Comment 1 Sebb 2004-05-19 23:18:26 UTC
Added to release 2.0 branch
Comment 2 Sebb 2004-05-20 22:58:21 UTC
Also added to regex function in 2.0 branch
Comment 3 The ASF infrastructure team 2022-09-24 20:37:33 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1374