PHP 8.5.0 Beta 1 available for testing

Voting

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

The Note You're Voting On

dusted at dusted dot dk
14 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