Voting

: max(four, zero)?
(Example: nine)

The Note You're Voting On

dusted at dusted dot dk
12 years ago
I use HTTP_X_FORWARDED_FOR because my webserver is behind a reverse proxy.
This can be made secure:
Configure the reverse proxy to block this field, and override it correctly.
Configure the apache server to only accept incoming connections from the reverse proxy.

<< Back to user notes page

To Top