Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

add clarification of the invalid-grammar caveat #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ There are an absurd number of caveats to understand when using these traces.
* They are not representative of all browsers
* They are not representative of all users' interaction patterns
* They may contain noise in the form of irrelevant requests
* They may contain invalid terms based on their specific ABNF grammar
* URIs may have improper/missing point-encoded characters e.g. `%[]{}|`
* Invalid headers e.g. `Date`, `ETag`, `Server`, `Via`
* They are a snapshot of how a few Web sites operated at a given time, for
a given user

Expand Down