Y
Hacker News
new
|
ask
|
show
|
jobs
by
brimpa
5328 days ago
`wget` returns an error with every URL I try.
1 comments
simonbrown
5328 days ago
It's because of cross-origin restrictions. Try
http://enable-cors.org/
or the site itself. I guess they could use a proxy if they want it to work for every URL.
link