4chan / 4chan-API

Documentation for 4chan's read-only JSON API.
http://www.4chan.org/
1.02k stars 73 forks source link

Image Download #74

Closed realTobby closed 4 years ago

realTobby commented 4 years ago

Hello, does 4chan not allow Image Download? I keep getting 403 Error when trying to download an Image. I get the Image URL from a specified Thread and a specified Post if it has an image attached to it. I can show the picture inside a control. But as soon as I try to download it iget the error.

I just want to know if 4chan in general allow Image Download or not. Thanks, Tobby

desuwa commented 4 years ago

What's the URL you are trying to access?

It's probably related to the hotlink protection (wrong referrer header). Look at the response body you get in your 403 error.

realTobby commented 4 years ago

hmm seemed to be my fault. Somwhow I used the wrong subdomain? I use is2.4chan now and download works now. I used 4cdn or something like that before. This can be closed now. But thanks!