George1963
Programmer
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, since I can not access the logical URL from within my program.
There has to be a better way than this, surely? Has anyone out there managed to write a REST server in Perl yet? Any pointers?
Any help would be greatly appreciated!
George
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, since I can not access the logical URL from within my program.
There has to be a better way than this, surely? Has anyone out there managed to write a REST server in Perl yet? Any pointers?
Any help would be greatly appreciated!
George