Using cfhttp with the useragent defined inside of a loop
iterates a useragent "list" on the webserver logs. Any
suggestions on how to stop the madness?

-the code:

<cfhttp method="get" url="http://127.0.0.1"; useragent="FOO"></cfhttp>
<cfhttp method="get" url="http://127.0.0.1"; useragent="FOO"></cfhttp>
<cfhttp method="get" url="http://127.0.0.1"; useragent="FOO"></cfhttp>
<cfhttp method="get" url="http://127.0.0.1"; useragent="FOO"></cfhttp>

<cfloop from="0" to="3" index="i">
<cfhttp method="get" url="http://127.0.0.1"; useragent="BLAH"></cfhttp>
</cfloop>

-truncated results from the log file:

127.0.0.1 80 GET / - 200 0 449 138 1 HTTP/1.1 127.0.0.1 FOO - -
127.0.0.1 80 GET / - 200 0 449 138 1 HTTP/1.1 127.0.0.1 FOO - -
127.0.0.1 80 GET / - 200 0 449 138 0 HTTP/1.1 127.0.0.1 FOO - -
127.0.0.1 80 GET / - 200 0 449 138 0 HTTP/1.1 127.0.0.1 FOO - -
127.0.0.1 80 GET / - 200 0 449 139 1 HTTP/1.1 127.0.0.1 BLAH - -
127.0.0.1 80 GET / - 200 0 449 144 0 HTTP/1.1 127.0.0.1 BLAH,BLAH - -
127.0.0.1 80 GET / - 200 0 449 149 0 HTTP/1.1 127.0.0.1 BLAH,BLAH,BLAH - -
127.0.0.1 80 GET / - 200 0 449 154 1 HTTP/1.1 127.0.0.1
BLAH,BLAH,BLAH,BLAH - -

Benekli22:41P12IX2002

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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

Reply via email to