oduwsdl / archivenow

A Tool To Push Web Resources Into Web Archives
MIT License
403 stars 42 forks source link

archive.is responds with 409 #19

Closed maturban closed 6 years ago

maturban commented 6 years ago

Archive.is responds with 409 to requests issued through heroku (i.e. top cloud computing providers).

maturban commented 6 years ago

@palewire

Archive.is now works in archivenow on heroku. The issue is that Archive.is is no longer on Cloudflare, and it seems that Cloudflare DNS propagation is slow.

I overcome the issue by forcing resolve of archive.is to 178.62.195.5 (or 151.236.217.7) when archivenow runs on heroku.

Here is the link to archivenow running on heroku (for testing): https://archivenow.herokuapp.com

palewire commented 6 years ago

Very cool! I'll give it a try.