Reading headers from the Response for HTTP Connect method to the Proxy Server #310
-
Hello, When I send a request through a proxy server using Just to clarify, I'm not interested in headers from the target server, but interested in headers from the Proxy Server. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can listen for the |
Beta Was this translation helpful? Give feedback.
-
Thank you for quick reply, @TooTallNate! Sorry, didn't realize I could use discussions. I won't be polluting your issues anymore with similar questions. |
Beta Was this translation helpful? Give feedback.
You can listen for the
"proxyConnect"
event on either theRequest
instance or theAgent
instance.