in reply to getstore protected image
If you're talking about direct access to the URL of the image itself being blocked - as in, blocked in the browser when you're trying to get the image independent of the page - that makes me suspect the server is checking HTTP_REFERER and blocking requests on that criteria. You could use LWP to get a page, build a list of images, and send a new series of GET requests after populating the referer header of the HTTP::Request object with the url of the original page.
HTH.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: getstore protected image
by Anonymous Monk on Mar 31, 2006 at 23:25 UTC | |
by jpeg (Chaplain) on Mar 31, 2006 at 23:53 UTC |