Question
CFHTTP problem
Evening all,
I have apage that uses cfhttp to post data to a fulfillment script on another site. The other site has recently upgraded their server O/S and the http post is no longer being received by them.
We have successfully tested sending form data via a standard form post using an enctype of application/x-www-form-urlencoded. If we do a standard form post using an enctype of multipart/form-data they do not receive the post, so I am assuming we need to use application/x-www-form-urlencoded.
How would I emulate this in cfhttp? I understand that we need to post an http header. Is this what the an enctype of application/x-www-form-urlencoded would do for me?
Thanks in advance.
Paul
I have apage that uses cfhttp to post data to a fulfillment script on another site. The other site has recently upgraded their server O/S and the http post is no longer being received by them.
We have successfully tested sending form data via a standard form post using an enctype of application/x-www-form-urlencoded. If we do a standard form post using an enctype of multipart/form-data they do not receive the post, so I am assuming we need to use application/x-www-form-urlencoded.
How would I emulate this in cfhttp? I understand that we need to post an http header. Is this what the an enctype of application/x-www-form-urlencoded would do for me?
Thanks in advance.
Paul
