This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Web Server HTTP Header Information Disclosure

Hello everyone,

I have a question regarding the usage of the command 'set http_proxy add_via_header off' in the CLI. We currently have a website and multiple host services, and we are considering disabling HTTP header information disclosure by request. However, before making this change, I wanted to inquire if there could be any potential effects on our services or other applications.

Would using the 'set http_proxy add_via_header off' command in the CLI have any unintended consequences or impact on our website and host services?

Thank you for your assistance!"



This thread was automatically locked due to age.
Parents
  • The via header is most frequently used to track when a request has to go through multiple proxies to get external.  It is informational and while it does "leak" information it is not considered particularly dangerous.

    Please note that this header is added by the web proxy for browsers behind the firewall accessing websites on the internet.  It is not added if you are using the DPI engine.  It is not added for WAF (Web Application Firewall) for web servers that you are hosting.

    You can safely disable this, and can turn it back on at any time.


Reply
  • The via header is most frequently used to track when a request has to go through multiple proxies to get external.  It is informational and while it does "leak" information it is not considered particularly dangerous.

    Please note that this header is added by the web proxy for browsers behind the firewall accessing websites on the internet.  It is not added if you are using the DPI engine.  It is not added for WAF (Web Application Firewall) for web servers that you are hosting.

    You can safely disable this, and can turn it back on at any time.


Children