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
Hi Jan et al, congrats on the first issue of The Offline First Reader, it's really great!
Wanted to report a small issue I had, when I clicked contact in the bottom of the email my browser (chrome) just hangs oddly enough. Further debugging showed some strange behavior see Location header below:
$ curl -v 'http://offlinefirst.us4.list-manage.com/track/click?u=12d36bbe9418ed6a43127cd62&id=bd5709e197&e=7e7aeaf465'
* Hostname was NOT found in DNS cache
* Trying 23.64.114.219...
* Connected to offlinefirst.us4.list-manage.com (23.64.114.219) port 80 (#0)
> GET /track/click?u=12d36bbe9418ed6a43127cd62&id=bd5709e197&e=7e7aeaf465 HTTP/1.1
> User-Agent: curl/7.37.1
> Host: offlinefirst.us4.list-manage.com
> Accept: */*
>
< HTTP/1.1 302 Moved Temporarily
* Server nginx is not blacklisted
< Server: nginx
< Content-Type: text/html; charset=UTF-8
< Content-Length: 26
< X-UA-Compatible: IE=edge,chrome=1
< Location: http://<a href="mailto:offlinefirst@thehoodiefirm.com">Email Me</a>
< Content-Encoding: gzip
< Vary: Accept-Encoding
< Date: Fri, 17 Jul 2015 17:28:38 GMT
< Connection: keep-alive
< Set-Cookie: _AVESTA_ENVIRONMENT=prod; path=/
<
The text was updated successfully, but these errors were encountered:
Hi Jan et al, congrats on the first issue of The Offline First Reader, it's really great!
Wanted to report a small issue I had, when I clicked contact in the bottom of the email my browser (chrome) just hangs oddly enough. Further debugging showed some strange behavior see Location header below:
The text was updated successfully, but these errors were encountered: