Re: redirecting page (General questions)

by Jasmine, (5952 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

locked

Complete thread:

 

  • redirecting page
    • Re: redirecting page