Re: redirecting page - WeOnlyDo Discussion board

Re: redirecting page (General questions)

by wodSupport, Thursday, January 15, 2009, 23:18 (5790 days ago) @ alexandreo

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