I was trying to use cfhttp to pull in a page but for some reason it Only returns half the page and then displays an error.
If I type the URL into my browser it displays the page fine. Any ideas why I can't get the page using cfhttp? -------------------- <CFHTTP METHOD="post" URL="http://onlinestore.cingular.com/webapp/wcs/stores/servlet/ES_ACCESS_ONL Y.jsp" RESOLVEURL="no" TIMEOUT="120" USERAGENT="Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)"> <CFHTTPPARAM TYPE="url" NAME="storeId" VALUE="14551"> <CFHTTPPARAM TYPE="url" NAME="langId" VALUE="-1"> <CFHTTPPARAM TYPE="url" NAME="catalogId" VALUE="14551"> <CFHTTPPARAM TYPE="url" NAME="buyOnly" VALUE="yes"> <CFHTTPPARAM TYPE="url" NAME="cur_mfName" VALUE="9"> <CFHTTPPARAM TYPE="url" NAME="cur_catEntryId" VALUE="84640"> </CFHTTP> ------------------- thanks, Dave HTC Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

