How to hide URL

Hi ,
I'm running Reports 10g from Forms 10g Application , the type of my reports is JSP , lately one of the staff started changing the "getjobid" parameter that is shown in the URL that he has access to , when he changes the number of the jobid another report is shown to him which he isn't supposed to be seeing ...
What is the best way to avoid this ? Is there any way to hide the URL or clear the old jobs ids or anything to do?
Thanks....

Hi,
This is observed incase when reportServer is not SSO enabled..If SSO is enabled then jobs can be viewed by respective SSO users. This needs Infrastructure.
Refer this note on metalink, This talks about how to restrict the showjobs URL under standalone install.
Note.437246.1 Which Possibilities are Available to Prevent Users from Accessing showjobs Page and getjobid in URL?:
Thanks,

Similar Messages

  • How to hide url of third party external/partner application

    I have a third party external oracle application arcims by the esri corporation that I have on a test portal.
    It has it's own password authentication. In order to have sso work i have to turn off its password request.
    The problem is that the URL address shows in the portal. Anyone could simply type in the URL and access the application directly and bypass the portal login. Can One hide or wrap the URL in portal? If so HOW is that done?

    Since you'va already made Java non-portable by using Runtime, you're probably bbest off using the OS's capabilities to find the program's path.
    If the 3rd party program was always contained in Java's classpath list, you could use Class.getResource().

  • Urgent-.how to hide url in browser

    Hi. Avi and .All..
    here iam having some prob with URL's in browser.
    infact iam working with 9ias rel2 and iam keeping my jsp's in defaultwebapp and i have deployed my jars in /applications of oc4j_home.
    when iam login to my application initially my login page is http://localhost:7777/login.htm
    after succuess full login it is taking me to http://localhost:7777/j2ee/myapplication/test/test/loginconfirm.jsp
    what i need is i want to hide the total url and i want to display just http://localhost:7777/loginconfirm.jsp
    finally i dont want to show my url in browser to end user.how to do this?pl get back tome,as iam in very much need of this..
    thx..

    Hi..Malik..
    thank u very much for ur response.my jsps and htmls location is at \j2ee\home\defautlwebapp..
    in this \defaultwebapp i have> login.htm and login.htm will call myapplication\application1\logins\loginconfirm.jsp.(myapplication folder is under dfaultwebapp)
    what i need is i dont want to show the user "myapplication\application1\logins\loginconfirm.jsp" just i want to show loginconfirm.jsp to the end user.how to do this?pl respond on this...
    thx..

  • How to Hide URL  of reports when run Report 10g.

    Hi ,
    When end user runs a report through a form then report output is displayed and following type of URL is also generated on address bar of browser: http://server:7778/reports/rwservlet/getjobid22243?server=rep_servername_appsrv
    Can we hide this URL so that the user cant change the JOB_ID and get access to other previous reports.
    Thanks & Regards,
    NL

    Put the following In the format trigger of the repeating frame:
    return :cs_cnt > 0;
    Here cs_cnt is the summary column counting details per master.

  • How to HIDE URL in oracle 9i and form 6i

    hello and hi all,
    me using oracle database 9i and form 6i with application server 9i
    when me run my form at web me see
    http://hrtest/dev60cgi/ifcgi60.exe?form=login_form.fmx&width=1000&height=700&userid=*user/password@sid*
    me want to hide that url
    any body can help me
    Mahr haider iqbal

    open the frmweb.cfg file
    copy the existing configuration and paste it with new name
    there is a sepwindow seeting is there copy that setting in your configuration.
    now run the application with the url and config setting.
    it will come in seperate window without url... here is the example..
    [myconfig]
    userid=
    host=
    port=
    #other seetings
    #sep window setting
    separateFrame=True
    lookandfeel=Generic
    -----------------------------------------------------

  • How to hide URL when calling Reports from Forms 10g.

    Hi ,
    When end user runs a report through a form then report output is displayed and following type of URL is also generated on address bar of browser: http://server:7778/reports/rwservlet/getjobid22243?server=rep_servername_appsrv
    Can we hide this URL so that the user cant change the JOB_ID and get access to other previous reports.
    Thanks & Regards,
    NL

    Actually, there are several options including the one already offered above. Here are a few more:
    1. If you are using 10.1.2.3 and a newer JRE on the client (e.g. 1.6.0_10 or newer), you could use java script to open the report. This will not be a perfect solution because it may not work if using a non-IE browser or if java scripting is disabled. Refer to MyOracleSupport Article 265863.1 for more information.
    EXAMPLE:
    WEB.SHOW_DOCUMENT ('javascript:void(window.open("http://www.oracle.com","","location=no,toolbar=no,menubar=no,"));self.close()','_blank');Replace the url in the above example with the call to your report.
    2. Set the age of the cache to a very short value so that it is only available long enough to be viewed by the user who created it. In other words, when setting the reports properties in your Forms code, include the Reports "others" parameter with TOLERANCE=1
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'TOLERANCE=1');This will cause the cache (on the server) to live for only one minute then be deleted. Refer to the Report Deployment Guide for more information.
    3. Upgrade to Fusion Middleware (Forms/Reports) 11. In version 11, the Reports jobid can be randomized. See section 18.8.2 of the Reports 11 Deployment Guide
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/b32121/toc.htm

  • How to Hide URL In BI Publisher report

    Hi
    I have integrated BI Publisher reports with apex.I call the BI publisher reports through javascript.
    so when i click on the print button on my apex page it call the javascript function and a pop up appears with the required report.
    My problem is when the pop up comes it comes with the url,page title,tool bar ,But i dont want those things.i simply want the pdf to pop up.
    Thanks Robert
    Edited by: user8517953 on Apr 8, 2011 1:43 AM

    hi
    thnaks for your feedback...finally i have done it.the javascript is
    function mypopup()
    mywindow = window.open("http://192.168.0.5:9704/xmlpserver/Guest/RTPL/rpt_surat_book/rpt_surat_book.xdo?_xpf=&_xpt=1&_xdo=%2FGuest%2Fptpk%2Frpt_surat_book%2Frpt_surat_book.xdo&F_CSF_ID=&F_CSF_ID.&_xt=layout_surat_book&_xf=pdf&_xmode=4", "mywindow", "location=1,status=1,scrollbars=1,location=0, width=100,height=100");
    in the above code location 0 removes the url,and the parameter &_xpt1 does a popup for pdf

  • How do i hide urls in the address bar

    hi can u tell me how to hide urls in the address bar or to encrypt it
    thanks

    Ok how do you do that without using a popupWhat popup?didn't you see watercolours post about popups? i think you need to reread the thread ....

  • ORACLE 10g Reports- how to hide the parameter screen

    QUESTION:
    : I have a report that was designed in 6i. It has a parameter screen. Now I converted the report to 10g and pass parameters to the report from a form. Therefore the 6i parameter screen is not required. However, when I look into the report editor PAPER PARAMETER FORM icon, the old 6i parameter layout appears.
    HOW do I stop the 6i parameter screen from appearing? I dont need it anymore since the parameters are passed in from a form.

    Hi,
    Do this
    Go to DevSuiteHome_1\reports\conf\cgicmd.dat
    this file contains theMapping file for Oracle Reports
    see this link
    how to hide url (use, password and db) in oracle 10g

  • How to hide dynamic parameters values in the URL with Reports 6i

    Hi,
    I want to know a way of hiding the parameters values when asking for a report through the web.
    Now I'm using the Reports 3.0.5.8 with a Cartridge defined in the Oracle Web Application Server 3.0.1.0.1. When you ask for a report with the parameters DESTYPE = cache and DESFORMAT = pdf, it is fully generated and in the Address or Location box of the browser, you can see http://webserver/cache/report.pdf (where cache is the virtual directory defined in the OWAS in which the .pdfs are cached). So, users cant see the Url used to generate the report.
    Im trying to upgrade this configuration to Reports 6i with Cgi in a web server. I generate reports with no problems. The problem I have is I cant find how to hide the parameters values as before. I mean, when I ask for a report, once its generated I can see http://webserver/cgi-bin/rwcgi60.exe?server=ServerName&report=report.rdf&userid=user/pass@connection&destype=cache&desformat=pdf&P1=value1&P2=value2 in the Location box. It allows user to ask for another report changing the values of the parameters. I use these parameters to execute some query written in the Data Model. For example, imagine that the P1 represents the company id, the user (that is supposed to see only data of its company) can change this id, ask for a new report and see data of another company.
    Ive already tried to use the key mapping option, but its not useful to me because the parameters values are dynamic and its impossible to define different entries in the cgicmd.dat for each possible value. The option of loading the parameter form before running a report is not useful to me either, because there exists specific screens for this purpose.
    Is there any solution?
    Thank you.
    Marma Bonfiglio.

    Hi Rakesh,
      I am using BI  7.0
    The last option I have is 'Hide' for 'Calculate single values as' .
    I have the below options  for 'Calculate single values as'
    1. Normalise  according to Next group  level  Resul.
    2. Normalize according to  Overall Result
    3. Rank number
    4.Olympic Rank Number
    5.Maximum
    6. Minimum
    7.Counter for all detailed values
    8.Counter for all detailed values that are non zero
    9.Moving average
    10.Moving average  That is  Not zero ,null or Error
    11. Hide.
    So could you please tell me where i can find 'suppress result' option for the keyfigure .
    Many thanks

  • How to hide the PORT NUMBER from the URL

    Hi,
    We have Application on Node 1 and Database on Node 2
    Apps Version: 11.5.10.2
    DB: 9.2.0.6
    We recently added a new node to act as web server for iSupport.
    Now we are able to access the url using public Ip-address which looks like
    http://<Internet Ip-Address>:<PORT NUMBER>
    Eg: http://******.com:8000
    But we dont want the *'PORT NUMBER(8000)'* to be displayed.
    How to hide the port number ?..
    Thanks in Advance,
    Mahesh

    Hi Hsawwan,
    Can you plz explain me the steps how to hide the port number from the url as our network administrator is not aware of this.
    Regards,
    Mahesh

  • How to hide parameters on URL

    Hi,
    I pass some parameters by URL while changing my BSP pages. How can I hide them so that they would be not visible in browser?
    Thanks in advance.

    Refer below link. It will solve your problem.
    Hide url Parameters
    <i>*Reward each useful answer</i>
    Raja T

  • How can hide parameters in url (calling reports)

    hi,
    in portal i'm running reports.
    report url is like this;
    http://myportal/reports/rwservlet?report=report.rdf&p_userid='||v_userid||'&cmdkey=conn_ybs_1'
    when antone calls report the userid parameter shown in url.
    for example;
    http://myportal/reports/rwservlet?report=report.rdf&p_userid='||65874||'&cmdkey=conn_ybs_1'
    i don't want to show parameters value to users
    how can hide this parameter in url?
    thanks.

    in portlet i get userid
    v_userid := wwctx_api.get_user;
    and use v_userid the following portlet.
    bq. &lt;HTML&gt; \\ &lt;BODY&gt; \\ &lt;ORACLE&gt;declare \\ p_authid varchar2(50); \\ p_personel_turu varchar2(1); \\ v_userid varchar2(10); \\ begin \\ p_authid := wwctx_api.get_user; \\ p_personel_turu := substr(p_authid,1,1); \\ v_userid := substr(p_authid, 2,8); \\ htp.p(' \\ &lt;table border="0" width="100%" cellpadding="0" cellspacing="0"&gt;&lt;tr&gt;'); \\ if p_personel_turu = 'I' then \\ htp.p('&lt;td width="100%" bgcolor="#7496ec" align="left"&gt;*{size:2}{color:#ffffcc} &lt;img border="0" src="\img\resimler\bullet\bullet.gif" align="middle" width="19" height="19"&gt;{color}{size}{font:Verdana}{size:2}{color:#ffffcc}D&ouml;rt Aylık Vizite Kağıdı{color}{size}{font}*&lt;/td&gt; \\ &lt;/tr&gt; \\ &lt;tr&gt; \\ &lt;td width="100%" bgcolor="#ffffff"&gt;{font:Verdana}{size:1}{color:#006699} İş&ccedil;i Personel D&ouml;rt Aylık Vizite Kağıdı{color}{size}{font}'); \\ htp.anchor(curl=&gt;'http://myportal/reports/rwservlet?report=report.rdf&p_userid='||v_userid||'&cmdkey=conn_ybs_1',ctext=&gt;'*{font:Verdana}{size:1}tıklayın.{size}{font}*&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="100%"&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;',cattributes=&gt;'target="_blank"'); \\ end if; \\ htp.p('&lt;/tr&gt;&lt;/table&gt;'); \\ end; \\ &lt;/ORACLE&gt; \\ &lt;/BODY&gt; \\ &lt;/HTML&gt;

  • How to hide ?config= in webforms url

    I have forms 11.1.1.2 with weblogic 10.3.5 and ohs
    I have several forms configurations like
    http://domainname:port/forms/frmservlet?config=A
    http://domainname:port/forms/frmservlet?config=B
    I want to hide the real URL, with configuration of virtual hosts I move to:
    http://Adomainname:Aport/forms/frmservlet?config=A
    http://Bdomainname:Bport/forms/frmservlet?config=B
    and with a location in mod_wls_ohs I can move to:
    http://Adomainname:Aport/myform?config=A
    http://Bdomainname:Bport/myform?config=B
    but I want to look the URL like:
    http://Adomainname:Aport/Aform
    http://Bdomainname:Bport/Bform
    Thank you for any idea.

    Well, I guess the better question is why are you trying to hide the information? If it is for security reasons, hiding the address shown in the url isn't going to offer much protection from someone who knows what they are looking at. If you just want it to look prettier, it may be possible to use mod_rewrite. This option may be a little more complex to get right because if done incorrectly, the form may not work properly. However, refer to the Apache documentation for information on how to use mod_rewrite. THIS WILL ONLY WORK IF YOU USE OHS IN FRONT OF WLS. Google or whatever your favorite search engine is will also a good source for information.
    Another way, which might also have issues depending on browser settings and restrictions would be to use an iFrame (inline-frame). This is likely the easiest way, but in order to accomplish this, the form likely would need to be launched from another web page for example from a link on a page. Another option would be to have the user call your new custom url which could point to a special page configured to show the form in the iframe.
    Again, google is a good place to start:
    http://www.google.com/search?q=iframe+hide+url
    Your last option (that I could come up with) would be to call Forms using a static html page rather than using the servlet's html generator. Basically you would create two static html pages and each would have the unique settings you wanted. For example, Aform.htm and Bform.htm (you can name them any way you like). Then the user would actually call something like this:
    http://Adomainname:Aport/Aform.htm
    http://Bdomainname:Bport/Bform.htm

  • How to hide real URL

    Hi!
    How can I hide url "http://127.0.0.1/htmldb/f?p=4550:11:10600805277182851681::NO:::" to something like:
    "http://myhomepage.com"
    but without showing application parameters when switching from one page to another?
    THX!

    You just can do this if you've got an separate web server.
    The index.html of your domain needs to be a frameset:
    - Frame1 size 1 pixel
    - Frame2 size 100% screen-width minus 1 pixel
    On the second frame you can point to your localhost 127.0.0.1:8080/htmldb/.......:NO:.......
    Whatever you're doing in that frame won't change your domain-name.

Maybe you are looking for