Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL used throughout Chapter 14 no longer works. #49

Open
ghost opened this issue Feb 2, 2017 · 1 comment
Open

URL used throughout Chapter 14 no longer works. #49

ghost opened this issue Feb 2, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 2, 2017

The url "http://diveintopython3.org/examples/feed.xml" is no longer working, so it cannot be used in the many examples throughout the chapter.

@RubenGarcia
Copy link

Confirmed still an issue on 28 Feb 2019.

Also, the http://wearehugh.com URLs are also failing:
curl -I -H "If-Modified-Since: Fri, 22 Aug 2008 04:28:16 GMT" http://wearehugh.com/m.jpg
should return
HTTP/1.1 304 Not Modified
Or
HTTP/1.1 200

However, it’s returning
$ curl -I -H "If-Modified-Since: Fri, 22 Aug 2008 04:28:16 GMT" http://wearehugh.com/m.jpg
HTTP/1.1 302 Found
Connection: close
Pragma: no-cache
cache-control: no-cache
Location: /LbfKZ/m.jpg

And if I try the new location,
$ curl -I -H "If-Modified-Since: Fri, 22 Aug 2008 04:28:16 GMT" http://wearehugh.com/LbfKZ/m.jpg
HTTP/1.1 302 Found
Connection: close
Pragma: no-cache
cache-control: no-cache
Location: /RlaZZ/LbfKZ/m.jpg

This is obviously a prevention measure to avoid robots, but it breaks the tutorial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant