Aloha All,

How can I easily alias the following rest service to not show 
"mycomponent.cfc?method=" ?

*Current:*
http://mydomain.org/my_services.cfc?method=get_external_identifiers&identifier=1234

*I'd like this to be something like*

http://mydomain.org/Identifiers?q=1234

I notice that ColdFusion 10 has new REST support for components - adding 
rest=true and then registering them via function call or the administrator. 
 Anything similar in OpenBD or planned?

I can capture the request in my controller (404 redirect in Jetty) and then 
pass the URL parameters to a template, that then calls the 
component/method, but that seems pretty clunky.

Thanks in advance for your time,

Rob

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to