Apex: 20.2
DB: 19c in the cloud
Javascript line:
apex.navigation.redirect ( "f?p=&APP_ID.:8:&APP_SESSION.::NO:RP::" );
When I use the above code, I get a 500 error and this URL (removed first part of URL): oraclecloudapps.com/ords/f?p=&APP_ID.:8:&APP_SESSION.::NO:RP::
I tried this: r/khn-dev/khn4/Form_Node?session=&APP_SESSION. (with and without the period at the end)
It gave me a 400 error
When I change the URL in the browser and insert the correct APP_ID and APP_SESSION it displays the new
page.
What am I missing?
Thanks