[cfaussie] Using CFHTTP

2011-04-03 Thread raiola
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

RE: [cfaussie] Using CFHTTP

2011-04-03 Thread Steve Onnis
FTP and POST data have nothing to do with eachother. Either you submit POST or you upload via FTP From: rai...@ozemail.com.au [mailto:rai...@ozemail.com.au] Sent: Sunday, 3 April 2011 5:55 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Using CFHTTP Hi, I am trying to dynamically

RE: [cfaussie] Using CFHTTP

2011-04-03 Thread Cassie Woolley
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

[cfaussie] [ANN-SYD] (tonight) Server Performance 4th April (note: date changed)

2011-04-03 Thread Chris Velevitch
Tonight, Monday 4th April, 6pm for 6:30 start Note: Change of date to 4th April due to the speaker double booking themselves! Tonight Robin will enlighten us on ways to improve server performance and this will cover all types of servers, not just Coldfusion. Please RSVP to help with the

[cfaussie] Re: Using CFHTTP

2011-04-03 Thread Matthew
Hi Claude I'm guessing that you need to maintain the session. It works in the browser because the browser maintains the sesison but CFHTTP terminates the session after the 1st call. You probably need to pass the CFID/TOKEN to maintain the session. Good luck! Cheers On Apr 3, 5:55 pm,