Re: How to read/to download attachment on an URI? [message #172557 is a reply to message #172550] |
Mon, 21 February 2011 20:35 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 2/21/2011 2:36 PM, n00m wrote:
> cURL must be OK.
> What we need is to send *** 2 *** successive requests, preserving
> session, referer etc.
> The 1st one to the page with link to URI and the 2nd -- to this URI.
Pretty easy to to with cURL - session id is in a cookie or the URL
(probably the former), and you can set the referrer to anything you want.
Of course, there's also the question as to whether you have permission
from the site owner to access the information this way; many site owners
frown on it and will block you if they find out.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|