Skip to content

Commit f694354

Browse files
authored
Edit tq-029
1 parent 7a43934 commit f694354

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# tq-029 Staying-alive HTTP camouflage
22

33
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
55
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
88
not served, but [Apache and Chrome are okay](https://stackoverflow.com/questions/42717719/http-keep-alive-to-a-different-host) with the trick.
99

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).

0 commit comments

Comments
 (0)