<!--- Make HTTP request, but include params in separate file. ---> <cfhttp result="httpResponse" method="get" url="http://www.google.com/search" useragent="firefox"> <cfinclude template="cfhttp_params.cfm" /> </cfhttp> <!--- Output http response. ---> <cfoutput> #httpResponse.fileContent# </cfoutput>