
Manuel Lemos - 2007-10-27 18:30:01 -
In reply to message 1 from vMyth
You need to parse the refresh URL definition, wait for the specified amount of time and issue a GET request to the specified URL.
The class does not yet do that for you because it is a rarely used form of redirecting pages with response headers. Usually sites use that with page meta tags, but that is more complicated because it requires parsing the page. Maybe in the future the class will support this form of redirection.