File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# tq-029 Staying-alive HTTP camouflage
2
2
3
3
If a HTTP request triggers an unexpected response it is interesting to see if
4
- it’ll trigger a response if it follows “good” request in the same Keep-Alive
4
+ it’ll trigger a response if it follows a “good” request in the same Keep-Alive
5
5
connection. It’s non-trivial to define a “good” request:
6
- http://censored.org/robots.txt may be still filtered because of domain and
7
- webserver MAY drop connection after /robots.txt request to the domain that is
6
+ http://censored.org/robots.txt may still be filtered because of the domain and
7
+ webserver MAY drop connection after the /robots.txt request to the domain that is
8
8
not served, but [ Apache and Chrome are okay] ( https://stackoverflow.com/questions/42717719/http-keep-alive-to-a-different-host ) with the trick.
9
9
10
- That also reminds of [ tq-018 Request to dummy proxy] ( ./tq-018-request-to-dummy-proxy-test-helper.md ) .
10
+ This is related to [ tq-018 Request to dummy proxy] ( ./tq-018-request-to-dummy-proxy-test-helper.md ) .
You can’t perform that action at this time.
0 commit comments