> Are you searching secured or unsecured content? It's very > easy if you are only searching unsecured. In some cases you > need <cfx_http5 if you are searching secured content.
You don't need any third-party tools to search secured content, unless you are using client certificates for authentication. CFHTTP works just fine with web server authentication and forms-based authentication, although you're responsible for issuing multiple requests, and reading and sending cookies if required. In addition, if you're presenting the results in CF, you can often dispense with secure searches entirely, and validate security restrictions in your application code. > Here are the url params you'll end up using, though some may > not be needed for you. We return XML and deal with that prior > to presentation. > > <cfparam name="G_q" default=""> > <cfparam name="G_site" default="YourCollection"> <cfparam > name="G_restrict" default=""> <cfparam name="G_client" > default="default_frontend"> <cfparam name="G_output" > default="xml_no_dtd"> <cfparam name="G_as_occt" > default="any"> <cfparam name="G_filter" default="0"> <cfparam > name="G_access" default="a"> <cfparam name="G_num" > default="10"> <cfparam name="G_start" default="0"> The "G_" prefix will not be understood by the search appliance. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310933 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

