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!

Dynamic Web Module path in Apex

User_J7RICApr 1 2021

I’ve built a Web Module the connects to a Nexpose rest API. The API uses a “dynamic” URL to fetch details for the asset. I can not figure out how to modify/use substitution for the URL Path prefix for the Asset ID.
When hardcoded it works : /api/3/assets/123523/vulnerabilities
I’ve tried a few things like this: /api/3/assets/&P900_ASSET_ID./vulnerabilities but the substitution does not occur at run time.
Version I’m using:
Application Express 20.1.0.00.13
Thank you
-Brian

Comments
Post Details
Added on Apr 1 2021
5 comments
698 views