You said that the external website requires you to log in - if the form you are talking about is inside an admin area then it is probably checking that you are logged in. When you do it from your browser it works because you had already logged in to the admin, but when you do it through CFHTTP it will not work because your script is effectively "not logged in".
From: [email protected] [mailto:[email protected]] On Behalf Of Steve Onnis Sent: Monday, 4 April 2011 12:15 AM To: [email protected] Subject: RE: [cfaussie] Using CFHTTP FTP and POST data have nothing to do with eachother. Either you submit POST or you upload via FTP From: [email protected] [mailto:[email protected]] Sent: Sunday, 3 April 2011 5:55 PM To: [email protected] Subject: [cfaussie] Using CFHTTP Hi, I am trying to dynamically submit data to an external website that required me to log into the admin of the site to manually submit data I am able to successfully create a form page and submit the form to the path of the external site and the form data submits successfully with the form data being submitted being added to the external sites database as required When I try and e cfhttp so the posting of the form data occurs in the background without the screen loading the external sites page does not work however the cfhttp code passes successfully naturally I am using the same url in the form page as I am in the cfhttp tag. Any suggests why this would not work would be appreciated Regards Claude Raiola (B.Econ Acc; B.Hot. Mngt) Samaris Software Email: [email protected] <mailto:[email protected]> Website: www.SAMARIS.net <http://www.TrackingCentral.com.au> Mobile: 0414 228 948 -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
