Poor #anchors. They got replaced by hashtags and no one remembers them.
Meanwhile, Custom log formats:
| | %H | hostname | string
|
| H | %HM | HTTP method (ex: POST) | string
|
| H | %HP | HTTP request URI without query string (path) | string
|
| H | %HQ | HTTP request URI query string (ex: ?bar=baz) | string
|
| H | %HU | HTTP request URI (ex: /foo?bar=baz) | string
|
| H | %HV | HTTP version (ex: HTTP/1.0) | string
|
We need something like:
| H | %HA | HTTP request URI anchor (ex: #title) | string
|