[thelist] PHP output capture

Matt Warden mwarden at gmail.com
Tue Apr 25 20:23:04 CDT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alex Binesh wrote:
> This is definitely not server to server.

Actually, this is definitely a server-to-server problem. Your
application might be an interaction between a client and your server,
but you must use a connection between your server and the server in
question in order to solve your problem, unless you want to use frame
hacks which will likely not work under a normal browser security policy.

Instead of using a redirection, use your PHP script to issue a GET
request and then read the response. For the purpose here, your server is
acting as a client and requesting a page from the voxeo server.

It shoudl then read the response, verify that its response body content
is 'success' and then continue re-output (or redirect to) the
originating page (the one that called your ccxml app).

This is what Ian and Paul were trying to explain to you. Refer to their
posts for more info:

http://lists.evolt.org/pipermail/thelist/Week-of-Mon-20060424/181877.html
http://lists.evolt.org/pipermail/thelist/Week-of-Mon-20060424/181879.html

Good luck,

- --
Matt Warden
Miami University
Oxford, OH, USA
http://mattwarden.com


This email proudly and graciously contributes to entropy.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFETst4rI3LObhzHRMRAtMDAKC7AOmdRFUZinzq1lvob9yVweAZIwCgm/Wd
36BHPjXspURkddpzRZcxEn0=
=ycho
-----END PGP SIGNATURE-----



More information about the thelist mailing list