| PHP var | Value | Comment |
|---|
| HTTP_REFERER | | The page which referred to the current page (if any)
|
| HTTP_HOST | www.van-diemen-de-jel.nl | Server (web) name
|
| SCRIPT_NAME | /Misc/Browser_info.php | The current script's path
|
| SERVER_ADDR | 83.137.149.12 | Server IP address
|
| REMOTE_ADDR | 18.97.14.85 | Client IP address
|
| SERVER_PROTOCOL | HTTP/2.0 | Protocol
|
| REQUEST_METHOD | GET | Method used to access the page (i.e. GET, HEAD, POST, PUT)
|
| HTTP_CONNECTION | close | Connection method (if any, i.e. Keep-alive)
|
| HTTP_USER_AGENT | CCBot/2.0 (https://commoncrawl.org/faq/) | Client browser
|
| HTTP_ACCEPT_LANGUAGE | en-US,en;q=0.5 | Language
|
| QUERY_STRING | demo | Parameter string
|