Home » SQL & PL/SQL » SQL & PL/SQL » encrypt and decrypt URL (Oracle Database 11.2.0.3)
encrypt and decrypt URL [message #652106] Wed, 01 June 2016 14:58 Go to next message
metal_navin
Messages: 21
Registered: February 2013
Junior Member
Good day,
I am using Oracle htp package to render a website via a backend oracle plsql package.

I want to call a URL like the below example
"http://customerdata/pdfviewer.aspx?id=20151"

However, I want to somehow hide this URL, perhaps encrypt the entire URL so that it is not visible to the user to be manipulated.
Is there a way to achieve this?


Regards.

[Updated on: Wed, 01 June 2016 15:01]

Report message to a moderator

Re: encrypt and decrypt URL [message #652135 is a reply to message #652106] Thu, 02 June 2016 07:43 Go to previous message
Bill B
Messages: 1971
Registered: December 2004
Senior Member
Instead of putting the options on the URL, do a POST. No parameters will show on the URL. If you mean that you want to hide the application so that no one can look at the source then ORACLE WRAP it. While not 100% secure it will not be accessible by any normal user.
Previous Topic: package error
Next Topic: Data not inserted after MView creation
Goto Forum:
  


Current Time: Fri Jun 28 09:44:53 CDT 2024