Can you pass _POST variables from 1 server to another?

Posted by Dr. DOT on Stack Overflow See other posts from Stack Overflow or by Dr. DOT
Published on 2010-05-28T12:45:06Z Indexed on 2010/05/28 12:51 UTC
Read the original article Hit count: 218

Filed under:
|
|
|

I have a web form on an IIS server (has no PHP). I have a PHP script on a LAMP server. My _POST var array is coming up empty on the LAMP server. My suspicion is I cannot pass POST vars from 1 server to another but I would like to have that confirmed. Does anyone know the answer to this?

If that's the case then I know I need to with use _GET vars in the URL's Query String or set a cookie (which I can do because both servers are config'd with the domain name).

Thanks for your help.

© Stack Overflow or respective owner

Related posts about iis

Related posts about server