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 generate a link to an application without authentication

PericlesJul 8 2022

Hello
I have a simple application to keep track of some tasks, and would like to add a survey option to validate the opinion of the end user.
My plan is to keep the task's information on the main application, and create a second workspace on the same server which will have a single page to answer the survey. Considering that the second workspace will only be used to complete the survey, I'm planing to disable all kind of authentication.
My idea is to send an email to the end user with a link to the survey page. To single out the end user I'm thinking to send an unique number to the survey page as a parameter.
I've looked for some examples about how to create the link (see links below) but so far all the links take me to the main page of the survey workspace, no to the survey page even I'm obviously including the page and parameter on the link.
APEX_UTIL.PREPARE_URL('f?p=122.:2:::::P2_SURVEY_ID:5000');
Wonder if anyone know how to generate such link.
Thanks is advance
URL of a page in Email (0 Bytes)Oracle Apex - Email with custom link (0 Bytes)Add a “Share Link” to your application | Jeff Kemp on Oracle (0 Bytes)

Comments
Post Details
Added on Jul 8 2022
1 comment
643 views