Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to Secure Oracle BI Publisher URL

Question
4
Views
0
Comments
Anees Ur Rehman
Anees Ur Rehman Rank 1 - Community Starter

Hey Everyone !!!

I am working reporting Tool Called Oracle BI Publisher 11g . I want to use webservices instead of using BI publisher Desktop ... I created a parameterized report in BI Publisher and call URL in oracle apex 5.1 and i passed parameter through it when i run the report. this report requesting me about username and Password then pass BI publisher web username and password through URL then it looks Like::

http://localhost:9704/xmlpserver/ACH.xdo?_id=username&_pass=password&_xpf=&_xpt=1&_xdo=%2FACH.xdo&_xmode=&_paramsP_AC=&_paramsP_UC=&_xt…

But This is Not Secure I want to make it secure Something Like

http://localhost:9704/xmlpserver/ACH.xdo

Can anyone Help me to make this Secure.....