Skip to Main Content

APEX

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!

How to add a checksum to an URL that is called from a redirect ?

Daniel GagnonJun 4 2009 — edited Jun 11 2009
Hello everybody,

I need to add a confirm message before deleting a line, and since the delete process is in the header of the same page, it use a redirect call. Before, it added the &cs=############## automatically. But since I must use a javascript function to call url, it doesn't contain the checksum (which is normal, because the javascript is run from the browser).

I need a way to calculate the checksum and put it in my url,when I'm generating the page. Isn't something like &CS. to get the checksum inside the URL ? We get already plenty of information that way like &APP_ID. , &SESSION. , &DEBUG.

Do you know something about that ?

Thank you !
This post has been answered by 60437 on Jun 8 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2009
Added on Jun 4 2009
10 comments
3,025 views