aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorWill Coster <willcoster@google.com>2016-02-15 16:21:20 -0800
committerWill Coster <willcoster@google.com>2016-02-15 16:21:20 -0800
commita69d223b335894a5c9f7c006cf46a0cb4bc0ac43 (patch)
tree3aec893567af03b3683ef147b57d8480fcbe0bef /release
parent4583fa79222d9b1d035efa0701fc03525747b46c (diff)
downloadmitmproxy-a69d223b335894a5c9f7c006cf46a0cb4bc0ac43.tar.gz
mitmproxy-a69d223b335894a5c9f7c006cf46a0cb4bc0ac43.tar.bz2
mitmproxy-a69d223b335894a5c9f7c006cf46a0cb4bc0ac43.zip
Preserve host header when modifying request path
Currently the path_components and query setters of the Request object use the url setter under the hood. The url setter updates all parts of the URL including the host. If the host header and the host in the request URL are different (as is common when making HTTPS requests) then the host header will be updated to the value in the URL as a result of modifying the path. This change fixes this problem by modifying the query and path_components setters to not use the url setter and instead directly update the path field.
Diffstat (limited to 'release')
0 files changed, 0 insertions, 0 deletions