chobits / ngx_http_proxy_connect_module

A forward proxy module for CONNECT request handling
BSD 2-Clause "Simplified" License
1.75k stars 484 forks source link

proxy_disable_redirections #304

Open ben74 opened 2 months ago

ben74 commented 2 months ago

Why you need it?

In order to allow people to export data to their external webservice but not allowing any redirections so they can't probe my inner architecture ( their call replies are logged within my app )

How it could be?

proxy_disable_redirections yes

Other related information