Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation of "proxy_set_header Proxy" field #1574

Open
jjarokergc opened this issue Sep 24, 2023 · 0 comments
Open

Documentation of "proxy_set_header Proxy" field #1574

jjarokergc opened this issue Sep 24, 2023 · 0 comments

Comments

@jjarokergc
Copy link

The Proxy Set Header Array in init.pp sets the following field in nginx config file

    proxy_set_header      Proxy "";

What is the intent of setting this field in the proxy_set_header directive?

There is no "Proxy" field documented for HTTP headers. However, there is a return field "PROXY" used by javascript functions, but that does not appear to be an http header. In the context of javascript operating on the client, setting Proxy to null appears to block the client from inferring whether it is communicating with a proxy instead of the actual server.

Is it correct to place "Proxy" field into the proxy_set_header directive and, if so, can someone point me to the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant