Re: redirecting page (General questions)
Hi.
Currently wodAppUpdate will not handle redirects, it expects to receive full text as result.
However, to solve your PHP problem, why don't your server fetch resource from 3rd party server using simple include statement, such as
include 'http://www.example.com/file.php?foo=1&bar=2';
in which case server would fetch the TXT and pass it to wodAppUpdate?
Kreso
Complete thread:
- redirecting page - alexandreo, 2009-01-15, 22:19
- Re: redirecting page - wodSupport, 2009-01-15, 23:18