From 3f47f2ee75753e505f68932346228b21c29f0703 Mon Sep 17 00:00:00 2001 From: Andrei Neculau Date: Thu, 24 Oct 2013 14:19:40 +0200 Subject: [PATCH] add clarification of the invalid-grammar caveat --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 956a356..d90faa4 100644 --- a/README.md +++ b/README.md @@ -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