redbot
redbot copied to clipboard
REDbot is lint for HTTP resources.
When dealing with large farms of hosts, or non-production instances, it'd be awesome to send a request for http://foo.com/ to a different host than foo.com (like test.foo.com) by optionally showing...
- slack page doesn't show type? - allow more extension - show validity period - re-eval default validity period
...etc. causes confusion, because the new request contains IMS. Either warn, or stop those tests when the relevant request headers are set.
in formatter/html.py finish_output(), we don't attempt to show the response if it's not "complete", even though there may be something presentable. E.g., http://forums.fatakat.com/clientscript/xgemius.js has messed-up headers (looks like no delimiter...
If a server sends a response and closes the connection before `CRLFCRLF`, redbot times out. That's an entirely reasonable thing to do, but browsers recover from this, so REDbot should...
https://redbot.org/ is very nice (I love it), but it has a few problems: - it does not work for intranet resources (once could set up a local clone of course)...
``` Cache-Control: max-age=2592000, s-maxage=1209600 ``` The above example specifies different values for a shared (for example a proxy) and private (for example a browser) cache. 14 days in a shared...