Forum Moderators: coopster
However, I've run into a technical problem. If you visit the website with IE, it works fine. If you visit it with any other browser, it returns a 403 Forbidden. So this means that when I write my screen-scraper, I have to make it think that I'm IE. I went into Firefox and spoofed my user-agent to make the site think I was running IE on XP, but I still received the 403 error.
I was under the impression that the only way a server could tell which browser I was using was to use the user-agent, but somehow it knows that I'm not using IE even though the user-agent says so. Any ideas?
Can't they do a dump of all records in the db associated with your client and send it to you as a .CSV file or something?
I'm not really sure why they're limiting use to IE. Once in the site, it doesn't look like it uses anything IE-specific. The only time I've seen sites require a specific browser like IE is because their site is incompatible with other browsers. Normally, using the UA for this is fine because if someone is going to put the effort into spoofing the UA, then they're simply going to get into a site that's incompatible.. and someone savvy enough to spoof probably already knows that.
<Can't they do a dump of all records in the db associated with your client and send it to you as a .CSV file or something?>
I'm sure they *can* do that, but they won't. My client's client is a very large company, and they have no intention of changing anything for my client's benefit.