ngx_http_proxy_connect_module icon indicating copy to clipboard operation
ngx_http_proxy_connect_module copied to clipboard

Is this support CONNECT method to the proxy_pass?

Open tywtyw2002 opened this issue 3 years ago • 0 comments

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                                                                         
                                                                                            
                                                                                            
                                                                                            
                                                                                            
                                                                                            
                                                                                            
                                                                                       

tywtyw2002 avatar Mar 23 '21 02:03 tywtyw2002