I'm trying to download images from this site: http://www.domu.com/chicago/neighborhoods/humboldt-park/1641-n-maplewood-ave-apt-1-chicago-il-60647
The target site recently changed how they deliver images with the unique URL. I'm getting a 403 error when I download images. Link below. I can load each image once in a browser. After the image is loaded once, subsequent requests produce a 403 error. When I change the browser to Private mode, I can reload the image multiple times. This lead me to believe they are tracking cookies in some way. I tried to disable cookies in scrapy but continue to get a 403 error. I also tried to enable cookies, but process one request at a time. That also produces a 403 error. The target site is using a varnish server for Cache. I assume Varnish includes some anti scraping technology.
Any thoughts on how to download images?