You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Telford-Rowley
1a9d432f0c
Http Response Headers Processing bug fix
Header was not exploded correctly after multiple redirects.
[0] => Server: nginx/1.0.15
[1] => Date: Thu, 07 Nov 2013 08:52:25 GMT
[2] => Content-Type: text/html
[3] => Content-Length: 185
[4] => Connection: keep-alive
[5] => Location: http://*
[6] =>
[7] => HTTP/1.1 200 OK
[8] => Server: nginx/1.0.15
[9] => Content-Type: text/html
......
Should be:
[0] => Server: nginx/1.0.15
[1] => Content-Type: text/html
[2] => Transfer-Encoding: chunked
[3] => Connection: keep-alive
[4] => Vary: Accept-Encoding
.....
|
11 years ago |
.. |
js
|
…
|
|
Wappalyzer.php
|
Http Response Headers Processing bug fix
|
11 years ago |
WappalyzerException.php
|
…
|
|
index.php
|
…
|
|