mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +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
|
|
|
|
|