Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ords rewrite rules?

Sven W.Mar 9 2016 — edited Apr 19 2016

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.

This post has been answered by Kris Rice-Oracle on Apr 7 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 17 2016
Added on Mar 9 2016
5 comments
3,025 views