# The vcl_error() procedure set obj.http.Content-Type = "text/html; charset=utf-8"; set obj.http.Retry-After = "5"; synthetic {"
This should be fixed very soon, and we apologize for any inconvenience.
| Variable | Value |
|---|---|
| General | |
| XID | "} + req.xid + {" |
| Time | "} + now + {" |
| Request | |
| HTTP host | "} + req.http.Host + {" |
| Request type | "} + req.request + {" |
| HTTP Protocol version | "} + req.proto + {" |
| URL | "} + req.url + {" |
| Cookies | "} + regsuball(req.http.cookie, "; ", " ") + {" |
| Accept-Encoding | "} + req.http.Accept-Encoding + {" |
| Cache-Control | "} + req.http.Cache-Control + {" |
| HTTP header | "} + req.http.header + {" |
| GZIP supported | "} + req.can_gzip + {" |
| Backend | "} + req.backend + {" |
| Server | |
| Identity | "} + server.identity + {" |
| IP:port | "} + server.ip + {":"} + server.port + {" |
| Client | |
| IP | "} + client.ip + {" |