HttpClient returns different response compared to browser

2008-05-20 Thread Kwik, Micky
Hi, I wrote a simple client to fetch documents from some websites. But I found that the HttpClient often gets a different response compared to the browser even if the HTTP status code is 200. For example this URL:

Re: HttpClient returns different response compared to browser

2008-05-20 Thread sebb
On 20/05/2008, Kwik, Micky [EMAIL PROTECTED] wrote: Hi, I wrote a simple client to fetch documents from some websites. But I found that the HttpClient often gets a different response compared to the browser even if the HTTP status code is 200. In what way is the response different? For