I setup a simple reverse proxy with mod_rewrite [P]. Is this detectable in any way? I did not see any proxy related headers passed back to the client. Curious if there's any other way someone could detect that the request has been proxied.
|
|
If the upstream is unreachable or just loses a single connection, the user will get a proxy-specific Assuming that your In most cases, a user will not know or care that a request has been proxied, and will not notice with a cursory glance at the headers. However, a user the knows what to look for and is determined to find evidence that a request is being proxied will almost certainly be able to do so, either through careful comparison of response behaviors and handling of edge case and error-inducing requests, or by stressing the server into simply throwing a |
|||
|