I was wondering if anybody has ever managed to get a screen scraping / Web Snapshot script to work well with https sites? I have a script which runs and some of the SSL sites work okay.
The problem is (I believe) that some servers are looking for an HTTP header in the client request once it has been assigned and will just throw up an access denied if the client doesn't have the header.
And ideas or advice appreciated.