mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-01 03:27:31 +03:00
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
|
# Go through proxy
|
||
|
# The proxy adds header "From-Proxy:Hello" for both request and response
|
||
|
# mitmproxy -p 8888 --setheader ":~q:From-Proxy:Hello" --setheader ":~s:From-Proxy:Hello"
|
||
|
GET http://localhost:8000/proxy
|
||
|
|
||
|
HTTP/1.0 200
|
||
|
From-Proxy: Hello
|
||
|
|
||
|
|