You could use cfhttp too gather data from other sites. That way you have all the control you need, since you explicitly can set http_referer. <naughty mode>You could even set another competitors site as referer ;) But then again, so could they.</naughty mode>
Another advantage is you can actually do something with the data.
Main Topics
Browse All Topics





by: danrosenthalPosted on 2005-01-21 at 18:11:57ID: 13108584
Option #1 would definitely work, as this is equivalent to typing the URL in the Address bar manually.
Option #3 would also work fine.
Option #2 would possibly work, but has problems. If you link from page1 to page2 and page2 has a CFLOCATION to another site, that site would see page1 as the referer.
I can't think of any better options than you have already.