I'm developping an app for facebook.
As for all applications using server to server transactions, the http headers are not available to the browser.
Is it possible to think a 3d way chanel to get the firePHP info in the fireFTP console ?
I think :
- an option in firePHP library redirects the output into a file instead of http headers,
- an option in firePHP extension links this file (acceded in http) to the url as the firePHP chanel instead of http headers,
- a (re)load of the url in Firefox, on the first server, (re)load the firePHP file on the 2d server where is developped the app.
... a cross-site firePHP.
Thanks.