ords 3.0.4, Apex 4.0.1, db 12.1.0.1
ords currently running in standalone mode.
Is it possible to use ORDS to allow a nice looking rest conform url for the login page of an apex application?
Like
Instead of calling
https://myServer.com/ords/f?p=200
or
http://localhost:1234/ords/f?p=300
I would like to call:
https://myServer.com/ords/apps/myApp
or
http://localhost:1234/ords/apps/thisOtherGreatApp
Maybe using the REST interface I could setup a kind of html/text media source for the links. But so far a failed to make that work.
Also I tested the map-url component of ORDS. It allows to map certain urls to a specific database connection. But this doesn't solve the problem.
Any other ideas?
I guess the best way might be to put another apache in front of ords, but this is again a separate tool to install and administer. I wanted to avoid that.