Hi, I'm not sure if CFHTTP is the right tool for this: Normally I would use CFFORM in MyPage.cfm to send some form fields to paypal, but what I want to do is: 1) CFFORM directing to itself (MyPage.cfm) 2) Do a little processing 3) Redirect to the paypal site, sending all the form fields to paypal as if I had used a simple CFFORM. Do I use CFHTTP for this? If so, do I use method="post"? I tried this, along with some cfhttpparams, and resolve="yes", and nothing happened--it just returned back to myPage.cfm. Thanks in advance for your help!