I cant get it to work. The redirect never takes place.
Here is my code.
What am I doing wrong?
Here is my code.
Code:
<cfhttp url="[URL unfurl="true"]http://frontierhelp.com/carboniteresponse.cfm"[/URL] method="POST" redirect="yes" resolveurl="yes">
<CFHTTPPARAM type="HEADER" name="User-Agent" value="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)">
<CFHTTPPARAM type="HEADER" name="Connection" value="Keep-Alive">
<CFHTTPPARAM type="HEADER" name="Cache-Control" value="no-cache">
<CFHTTPPARAM type="FORMFIELD" name="test1" value="Hello">
<CFHTTPPARAM type="FORMFIELD" name="test2" value="World">
</CFHTTP>