Hey all, I'm trying to CFHTTP POST form info to another server, both machines inside our firewall. I'm just testing, so it's a simple form using POST sending "firstname" and "lastname" fields. The second script just repeats everything POSTed to it. I did two forms on the same page for testing:
One form submits to itself and uses CFHTTP POST and two CFHTTPPARAM tags to send the two bits of info as FORMFIELD types. This one returns nothing in CFHTTP.FileContent with no errors.
The other form submits directly to the other page. That time it spits back the form values.
Question: how can one work and the other one doesn't? Isn't it basically the same action?
Any help appreciated, thanks!
One form submits to itself and uses CFHTTP POST and two CFHTTPPARAM tags to send the two bits of info as FORMFIELD types. This one returns nothing in CFHTTP.FileContent with no errors.
The other form submits directly to the other page. That time it spits back the form values.
Question: how can one work and the other one doesn't? Isn't it basically the same action?
Any help appreciated, thanks!