Hello,
Not sure in which forum to post this.
We have an old Oracle database application built with PL/SQL and Oracle Application Server as middleware.
The technology stack is Oracle Database 12c, ORDS and Oracle Application Server as middleware.
Pages of our application are rendered from the database packages. It is basically PL/SQL with HTML and JavaScript embedded in it using htp.p() functions.
How do we go about securing our app's URLs from being tempered and resubmitted?
We need help to design solution to check URLs when they're submitted to the server. Something similar to URLs checksum in Oracle Apex.
Thank you!