Scrape Site

Hi,

I'm trying to scrape the following page\url: http://www.racingpost.com/horses/result_home.sd
passing in 2 parameters to form the url:
http://www.racingpost.com/horses/result_home.sd?race_id=517517&r_date=2010-11-27

The issue I'm having is that none of the html I need for the results is showing in the last response. When I click view in browser the results box doesn't even appear. Can anyone help me please.

I made a quick scrapable file

I made a quick scrapable file in version 5.0.29a and it requested it fine for me. Here is what is displayed on my "last request" tab, and if yours matches this, it should work:

GET /horses/result_home.sd?race_id=517517&r_date=2010-11-27 HTTP/1.1
Connection: Keep-Alive
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Host: www.racingpost.com
Accept-Encoding: gzip
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)