[TlsInterception] Responding to GET/POST method in plugin #870
-
When I access proxy.py, the browser always sends the request as a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 21 replies
-
|
Beta Was this translation helpful? Give feedback.
CONNECT
method is used to open a tunnel with upstream server and are made for allhttps
requests. You cannot inspect or modify what's happening within this (possibly) encrypted connection. But you can enable TLS interception, which will then allowproxy.py
to decrypt the content and plugins to handle them as they wish.