Page 1 of 1

curl and meta-refresh

Posted: Thu Feb 07, 2008 11:10 am
by hame22
Hi all

I am trying to use curl to display an external url in my site.

The problem that I am having is to reach this page there are some redirects of which are using meta-refresh to redirect the page.

Curl does not interpret this tag so ends when it gets to the page with the meta-refresh which then redirects to the external url address.

How can I extract this meta-refresh url so I can allow curl to take its normal route to the final webpage so that I can then display it?

Any opinions will be appreciated

thanks in advance