> I have a list of names from a database I want to bounce off of a search
> function on a website.  I threw together a test of one name/initial
> combination in a CFHTTP call and it threw an error.
>
> The page is located at
> http://www.azcorrections.gov/inmate_datasearch/Index_Minh.aspx.  If you
> do a View Source, is there anything in the inmate search area that might
> keep a CFHTTP from accessing it?

CFHTTP can access anything a browser on the same machine can access,
but it's up to you to send any data that the remote server is looking
for. Now, in the case of this specific page, it's an ASP.NET page that
uses VIEWSTATE, so you'll probably have to fetch the page twice, and
send cookies received from the first request to the second.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsit

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330955
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