None of the ideas you gave worked, but thanks anyway. It resolved on its own, and if you encounter this issue, the solution is simply to wait — it gets fixed after 24 hours.
Help downloading an image
-
I am looking to download an image from this page, I could get the image url from here, but when I use the command download it just don't download, and in the HTTP sniffer It aways gives 403 error with

https://www.threadless.com/shop/@threadless/design/lord-of-the-wings/mens/t-shirt/premium?color=heavy_metal&variation=front#mI hope someone here will help or know the answer :) Thanks for helping me out.
-
Try this.
#pdp-image-container>figure>div>img>AT>1
If you look at the image element there are multiple size variations.
Probably the way you are getting the URL most likely gets all vacations at once which causes the the URL to be longer than the maximum length allowed in the browser and that is what is causing 403 Forbidden Error.
