cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Unable to retrive asp page.

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Thu, 10 Feb 2005 10:00:12 +0100 (CET)

On Thu, 10 Feb 2005, Sagar Saibi wrote:

> Only the message "Loading... Please Wait..." is displayed though the data is
> found in the source of the page.

It probably uses meta tags to refresh to the new location, or possibly they
use javascript, so you need to read the HTML and issue multiple curl command
lines to simulate the same browser behavior.

Try one of the HTTP header-snooping tools to figure out what your browser
does:

         http://curl.haxx.se/docs/relatedtools.html

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2005-02-10