Notionion icon indicating copy to clipboard operation
Notionion copied to clipboard

Handle HTTPS request

Open ariary opened this issue 3 years ago • 1 comments

From now, notionion only supports HTTP request

To proxify HTTPS request:

  • Add an HTTPS handler using .HandleConnect of the goproxy package

ariary avatar May 09 '22 09:05 ariary

https://github.com/AdguardTeam/gomitmproxy Works for TLS interception (just the handler can't receive extra parameter I think)

ariary avatar May 10 '22 14:05 ariary