sleeyax / burp-awesome-tls

Burp extension to evade TLS fingerprinting. Bypass WAF, spoof any browser.
GNU General Public License v3.0
992 stars 66 forks source link

Multi-value headers fix #18

Closed AlecHaring closed 1 year ago

AlecHaring commented 1 year ago

Second fix for multi-value headers (#17).

The fix can be tested using: http://httpbin.org/cookies/set?cookie_1=c_1&cookie_2=c_2

Before fix:

Before Fix

After fix:

After Fix