CFHTTP with redirect
Hello,
I'm trying to have CFHTTP post to an action page on another website, but then I want the user to end up on that page. The reason for this is that after the user clicks submit, I need to process some information here on our server, then send the user to the action page. Is that possible?
I know I could send a form back to the user, but before it displays, have JavaScript submit the form. However, this seems inefficient, also the information is sensitive, and I'd rather not send it back to the user at all.
Thanks for any help.
