Mark Nottingham
Mark Nottingham
When a response has cookies, RED's UI should have the option to resubmit a new request with those cookies.
Are there plans to add text about how DNS caching works, in some level of detail? It'd be super-useful, FWIW.
ABNF allows comments using `;` as a delimiter to signal a comment to the end of the line. This seems to be supported inline in a rule; e.g., this works:...
http.response is initialised in the request's onMessageStart, which means that if two responses are received without an intervening HTTP request (e.g., when pipelining happens), the new one will overwrite the...
When the response is delimited by the end of connection (i.e., they contain Connection: close, no Content-Length, no transfer-coding), a "http response complete" event needs to be generated.
It'd be nice to know how many bytes the various http parsing functions consume, so that what's happening at that layer can be accurately mapped to what's actually in the...
Whitelisting request headers creates a perverse incentive for applications to use query strings rather than request headers for cross-site requests, to avoid preflights. For example, there's an emerging specification (no...
Discussed in #97 - breaking out into a separate issue.