I am having a problem with a cfhttp (or cfx_http5) problem.  I started using 
the cfhttp tag and have migrated to the cfx_http5 tag to use its session 
management.
I am trying to log into a website that has a cache of pictures that were sent 
to me.  I get these images daily, so I want to automate the system.  The login 
that I am dealing with is quite 'robust' and I am hoping that someone here has 
seen this before or has an Idea of where/what I can do next.

The login system has this setup.
1.  Login page
2.  process login, header redirect to page 3
3.  set some values, header redirect to page 4
4.  set some values, create a 'form' that is automatically submitted to the 
server using javascript. (onload=form.submit())
5.  set some values and show the requested page.

I can use the redirect parameter of cfx_http5 tag to get from page 1 to page 4. 
 Since both cfhttp and cfx_http5 don't run javascript, the process stops at 
page 4.  this is where I am having a problem.
When I submit to the next page, the cfhttp and cfx_http5 both return a timeout 
error.

Error while receiving response. [Administrator] Loc: 16. The operation timed 
out Errn=12002

I have tried extending the timeout time to several minutes and it still times 
out every time.  When I do this process through my local browser, by hand, it 
take only a second or two at most to go from page 4 to page 5.

I have verified that the session is currently 'logged' into the site (by 
dumping the html code to my browser, the javascript 'initiates' and the browser 
jumps to the new window correctly.)

Any help would be greatly appreciated.

Thank you,
William 


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

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

Reply via email to