I have a template that goes to a comma-delimited textfile on my server and converts it into a query object via cfhttp:
<cfhttp URL="http://www.mysite.com/text_files/cities1.csv" method="get" name="MyQuery" delimiter="," firstrowasheaders="no" columns="column_1,column_2,column3"></cfhttp> <cfoutput query="MyQuery">. But ever since installing our Pix firewall last night, the page is throwing an error: Attribute validation error for tag cfoutput. The value of the attribute query, which is currently "MyQuery", is invalid. Any ideas on what the firewall could be doing to cause cfhttp not to work? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:13:3358 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/13 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:13 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.13 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
