jnfurst | 8 years ago | on: Akamai blocks unordered HTTP request headers
jnfurst's comments
jnfurst | 8 years ago | on: Akamai blocks unordered HTTP request headers
This is just a single sites configuration.
jnfurst | 11 years ago | on: Help the Radare Project Host the Radare Summer of Code
Great project.
jnfurst | 12 years ago | on: This Unicode string will crash your mac browser
That is odd. Ya I have Safari 6.0.5 (8536.30.1) and it crashes when viewing this thread. Also Chrome crashes the tab. The string was also crashing other things like Adium
page 1
$ URL=http://www.akamai.com
$ UA="User-Agent: Mozilla/5.0 My API Client"
$ ACCEPT="Accept: /"
$ curl -v -H "$UA" -H "$ACCEPT" $URL
< HTTP/1.1 301 Moved Permanently
< Content-Length: 0
< Location: https://www.akamai.com
< Date: Tue, 02 May 2017 14:46:59 GMT
< Connection: keep-alive