jnfurst·9 lat temu·discussThis is just the configuration for a single site. The author did not even try it against www.akamai.com:$ 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
jnfurst·13 lat temu·discussThat 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
$ 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