ngx_http_proxy_connect_module
ngx_http_proxy_connect_module copied to clipboard
Is this support CONNECT method to the proxy_pass?
Hey,
Is this project support the CONNECT method to the proxy_pass upstream? Like the following flow.
CURL NGINX HTTP PROXY WEBSITE
----->
1 HTTP 1.1 GET/POST 2 --------> 3
CONNECT
5 <------- 4
Established
6 ---------------------------------------> 7
GET / POST
10 <--------------------------------------- 8
html page
12 <----------- 11
HTML PAGE