Ah, I got it. Using Firebug I was able to find that you have to set the
following 2 cfhttpparams
    <cfhttpparam type="HEADER" name="keep-alive" value="300">
    <cfhttpparam type="HEADER" name="connection" value="keep-alive">
I guess that they have a setup that sends a single byte of data and then
sends more on the kept alive connection. A browser would be able to get the
additional data while a bot would not. Interesting. I wonder if I can
implement it. Let me test.

Sometimes you just need to talk a problem out with others to get a solution.


Thanks

On Fri, Jun 6, 2008 at 4:09 PM, Michael Dinowitz <[EMAIL PROTECTED]>
wrote:

> It worked in the past and I'm trying it on my home test box. If the root
> url works, why would the deeper one fail? I tried it by direct IP and it
> also fails. Would there be something that the browser sends that cfhttp
> doesn't?
>
>
> On Fri, Jun 6, 2008 at 4:04 PM, Raymond Camden <[EMAIL PROTECTED]> wrote:
>
>> Did you try a network monitor tool? Also, did it work before? Don't
>> forget CF caches the DNS look up. If the DNS changed for the site, CF
>> could have the wrong IP.
>>
>> On Fri, Jun 6, 2008 at 2:59 PM, Michael Dinowitz
>> <[EMAIL PROTECTED]> wrote:
>> > OK, this one has stumped me and it shouldn't. Using cfhttp to get this
>> url,
>> > I get no result
>> > www.comicbookdb.com/browse.php?search=Publisher&letter=all
>> > I've played with the following settings with no result:
>> > useragent
>> > throwonerror
>> > redirect
>> > If I try www.comicbookdb.com I get a result
>> >
>> > I've even tried setting and sending a cookie with no result. Anyone have
>> a
>> > clue?
>> >
>> > Thanks
>> >
>> >
>> >
>>
>


-- 
Michael Dinowitz (http://www.linkedin.com/in/mdinowitz)
President: House of Fusion (http://www.houseoffusion.com)
Publisher: Fusion Authority (http://www.fusionauthority.com)
Adobe Community Expert / Advanced Certified ColdFusion Professional


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307003
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to