> Is the user agent value hard coded as in your example or is it dynamic?
Tried both, the problem repeats either way. Also just realized the server chokes and stops logging the 'useragent' after it's size reaches 4096 chars which may actually be considered somewhat of a 'good thing'. I'm running MX and have feeling this may not happen on 5.0 or 4.5. Benekli23:43P12IX2002 >-the code: > ><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 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 - - ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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

