I have a CFHTTP that requests a page from another 3rd party server for parsing.
The code works fine, however, I just set up a CFLOOP to retrieve several pages, just to make sure it was parsing correctly and I find that I am getting the error below after a few hits, maybe 50 or so. I use CFFLUSH to watch the results of each parse, and it seems to timeout very quickly on a random hit, for no apparent reason.
I have set timeout="9999" and this made no difference, still the same suddent drops. I've tried it on a local and production server with the same results. Anybody have any ideas why it might be ignoring the timeout? I've also set throwonerror="false" but it still throws the error out for the world to see. Appreciate any feedback Thanks Mark The request has exceeded the allowable time limit Tag: cfhttp