Hello,
I want to crawl a website anonymously without having to rely on an anonymous proxy server. So I was thinking of letting users of my website help me by inserting an invisible IFrame in my template - the IFrame src would be set to a webpage URL I needed, and then uploaded to my server with AJAX. (I can't use AJAX for the downloading because of the same origin policy)
If there a flaw in this? - can a web server determine when their webpages are being accessed directly or through an IFrame from another server? Or is there a better approach?