Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by George1963

  1. George1963

    REST Server dispatching problem

    Follow up - If only I had RTFM! mod_rewrite documentation covers the voodoo required to extract values from the logical URI and pass them as parameters to your program. Works a treat, but if you know a more elegant/efficient way to do REST dispatching, please let me know! Cheers George
  2. George1963

    REST Server dispatching problem

    Hi I am writing a REST server but struggling to map the REST compliant logical URI to a physical URI. All I have come up with so far is a RewriteRule directive in .htaccess which maps the logical URI to my handler cgi routine. This does the redirection ok, but I lose the query arguments...

Part and Inventory Search

Back
Top