You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2023. It is now read-only.
I think I see what's wrong. I left out the intermediate proxy here at work originally (for I hope obvious reasons), but it appears this is an artefact of caching.
* Connected to belowtheline.org.au (108.162.205.140) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.29.0
> Host: belowtheline.org.au
> Accept: */*
> Cache-Control: no-cache
>
< HTTP/1.1 200 OK
< Server: cloudflare-nginx
< Date: Thu, 05 Sep 2013 06:47:43 GMT
< Content-Type: text/html
< Set-Cookie: __cfduid=d759421111fca2a9b47769192cfeeba881378363663118; expires=M
on, 23-Dec-2019 23:50:00 GMT; path=/; domain=.belowtheline.org.au
< Last-Modified: Tue, 03 Sep 2013 00:25:21 GMT
< CF-RAY: a90f83e73ea04b6
< X-Cache: MISS from proxy3.uq.edu.au
< X-Cache-Lookup: HIT from proxy3.uq.edu.au:80
< Transfer-Encoding: chunked
< Via: 1.1 proxy3.uq.edu.au:80 (squid/2.7.STABLE9)
< Connection: close
I suspect that the lack of Vary headers might be a problem here.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For some reason, http://belowtheline.org.au/ is returning with a content type of
application/octet-stream
:This causes the site to "download" in Chrome, rather than loading in the browser.
The text was updated successfully, but these errors were encountered: