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

Similar Messages

  • 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 parameters in bar address ? (GET vs POST)

    Hello,
    I have to develop a web application and I would like to resolve some security issues.
    My problem is that, when I pass parameters from a stored procedure to another, every parameters are shown in the bar address.
    According to you, what is the best solution ?
    I have tried to use the POST method for forms but it only works for one button.
    Example :
    /* -------- Form -------- */
    HTP.PRINT('<form name="subProjectManagement" action="./C3bd7.incr2n.addSubProject">');
          HTP.PRINT('<input type="hidden" name ="p_id_proj" value="2060" />');
          HTP.PRINT('<input type="hidden" name ="error" value="" />');
          /* -------- "Add" Button -------- */
          HTP.PRINT('<input type="button" name="add" value="Add" onClick= this.subProjectManagement.submit()/>');
          /* -------- "Delete" Button -------- */
          HTP.PRINT('<input type="button" name="delete" value="Delete" onClick="Delete()"');     
    HTP.FORMCLOSE;- When I click on the "Add" button, the procedure addSubProject is called and the parameters are well hidden in the bad adderss.
    - For the "Delete" button, I made a different process because I can't put two different submit buttons in one form. In another word, the POST mechanism can't work for the "Delete" button so I do not know how to hide parameters in this case.
    As for direct links, I do not know what do to.
    Example :
    HTP.PRINT('<a href="./c3bd7.incr2n.subprojectList?p_id_proj=' ||p_id|| '">Go back</a>');- I am using this kind of link to switch from a page to another, and once again I do not know how to hide the parameters...
    The official documentation encourages to use cookies (http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_web.htm#CHECAHEB) : is it easy to implement ?
    Thank you a lot in advance !
    Best regards.
    Edited by: user11922628 on 12 janv. 2010 04:42

    Hi,
    if you willing to investigate how one could reuse session variables, then that might offer you some solution. Browser session variables can be passed on from page to page. Trouble is, back and forward browser buttons don't work so well.
    P;

  • How to hide parameters showing up in browser when using jsp?

    I am a jsp newbie. I have a simple form like this:
    <form type=post action="http://localhost:8080/MyTestServer/TestCodes.jsp">
    <table>
    <tr>
    <td>Your name <INPUT type=text name="YourName" value="Your Name"></td>
    <td>Your ID <INPUT type="password" name="YourID" value="Your ID"></td></tr>
    </table>
    <br><input type="submit" value="Submit">
    </form>
    and part of TestCodes.jsp codes are simply like this:
    String name=request.getParameter("YourName");
    String ID=request.getParameter("YourID");
    It works fine.
    However, my problem is, in the browser, it shows like:
    http://localhost:8080/MyTestServer/TestCodes.jsp?name=John&ID=12345
    I dont want those parameters are shown in the browser.
    Pls tell me how to hide them. Thanks a lot.

    Hanna wrote:
    <form type=post action="http://localhost:8080/MyTestServer/TestCodes.jsp">
    Your form is written wrong. "type" is not the right attribute.
    <form method="post" action="http://localhost:8080/MyTestServer/TestCodes.jsp">Since no method attribute was given, the browser defaulted to GET. Also note that you should always quote your attribute values.
    You should read up on GET and POST. There's a little more to it than whether parameters are "hidden" or not.

  • How to hide parameters in the URL ?

    Hi,
    Iam using Reports 6i on web. Now Iam calling report from a report (Drill done report) using SRW.SET_HYPERLINK.
    Iam passing lot of parameters to this detail report.
    When I call the main report the URL looks like:
    http://devreports.wwt.com/dev60cgi/runrep.sh/15369?
    But when I click on the link in this main report for details, the detail report URL looks like this.
    http://devreports.wwt.com/dev60cgi/runrep.sh/15369?emp_detail&p_emp=45&p_job=clerk&p_format=PDF
    Iam hiding userid/passwd@database in the cgicmd.dat file
    I want to hide all the other parameters also like
    the Main report URL :
    http://devreports.wwt.com/dev60cgi/runrep.sh/15369?
    How to do this ?
    Please help me if anybody has the solution.
    Thanks alot.

    Hi Ram,
    Not sure if this is possible.
    However, one workaround might be the following:
    1. Write a javascript that submits the URL using, say a POST method, and does not show the parameters in the URL. You will have to write this javascript code in the "Before Report" Report Escape. For a generic example on how to use javascript in a report, see Metalink Note 125652.1. This note shows javascript to disable the right-click of the mouse on the report output.
    2. Use the Hyperlink peroperty of the report to call this javascript function, eg,
    javascript:myfunction('http://machine:port/reports/rwservlet?report=...+server=...+empno=&empno')
    I am not a javascript expert, so I cannot give you an example of the function, but I hope someone in your team can find out.
    Navneet.

  • How to Hide data in URL

    Hi,
    I am using one method
    response.sendRedirect(myJspPage.jsp?userID=userName&passWord=pass);now my problem is that how can I hide my userId and password while using sendRedirect method?Is there any other way that i can Hide my userID and password
    here I want to hide my JSESSIONID also. so how can i hide my all the data in URL?
    give me quick reply.
    Thanks
    virendra

    You can't do it using sendRedirect.
    sendRedirect always uses GET protocol - its just a URL string.
    You COULD create a response which had a form, and hidden fields passing the parameters that you wanted it to, but that would just hide them from the address bar. A view source on the page would reveal them easily.
    Cheers,
    evnafets

  • Hide parameters of URL Reporting using Open Document

    Hi,
    I just want to know if I'have to use SDK to improve URL Reporting on SAP BusinessObjects BI Platform 4.0 ?
    I have to hide the connection parameters as "apsuser, ...etc" in order to show a simple and safe URL to extract reports.
    Just want information about "how to do that and what I need to do thaht ?"
    Regards,
    William

    Stdout.log :
    log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester).
    log4j:WARN Please initialize the log4j system properly.
    log4j:WARN No appenders could be found for logger (com.sun.faces.config.ConfigureListener).
    log4j:WARN Please initialize the log4j system properly.
    log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester).
    log4j:WARN Please initialize the log4j system properly.
    log4j:WARN No appenders could be found for logger (com.sun.faces.config.ConfigureListener).
    log4j:WARN Please initialize the log4j system properly.
    com.businessobjects.webpath.rebean3ws.Activator
    log4j:WARN No appenders could be found for logger (com.sun.faces.config.ConfigureListener).
    log4j:WARN Please initialize the log4j system properly.
    stderr.log
    6 févr. 2012 18:13:23 com.sun.faces.config.ConfigureListener contextInitialized
    INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/BOE'
    6 févr. 2012 18:13:25 com.sun.faces.spi.InjectionProviderFactory createInstance
    INFO: JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.
    6 févr. 2012 18:13:47 org.apache.cxf.transport.servlet.CXFNonSpringServlet loadBusNoConfig
    INFO: Load the bus without application context
    6 févr. 2012 18:13:51 org.apache.cxf.transport.servlet.AbstractCXFServlet replaceDestinationFactory
    INFO: Replaced the http destination factory with servlet transport factory
    6 févr. 2012 18:13:52 org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
    INFO: Creating Service Gateway from class com.businessobjects.services.coresdk.wsgateway.GatewayPort
    6 févr. 2012 18:13:52 org.apache.cxf.endpoint.ServerImpl initDestination
    INFO: Setting the server's publish address to be /Gateway
    6 févr. 2012 18:14:02 org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Déploiement du descripteur de configuration BusinessProcessBI.xml
    6 févr. 2012 18:14:05 org.apache.catalina.startup.ContextConfig validateSecurityRoles
    INFO: ATTENTION: Le nom de rôle de sécurité noaccess est utilisé dans un <auth-constraint> sans avoir été défini dans <security-role>
    6 févr. 2012 18:14:07 org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Déploiement du descripteur de configuration dswsbobje.xml
    6 févr. 2012 18:14:09 org.apache.catalina.startup.ContextConfig validateSecurityRoles
    INFO: ATTENTION: Le nom de rôle de sécurité noaccess est utilisé dans un <auth-constraint> sans avoir été défini dans <security-role>
    6 févr. 2012 18:14:09 org.apache.catalina.startup.ContextConfig validateSecurityRoles
    INFO: ATTENTION: Le nom de rôle de sécurité SAPRole est utilisé dans un <auth-constraint> sans avoir été défini dans <security-role>
    6 févr. 2012 18:14:14 org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Déploiement du descripteur de configuration explorer.xml
    6 févr. 2012 18:14:15 org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Déploiement du descripteur de configuration explorer_help.xml
    6 févr. 2012 18:14:15 org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Déploiement du descripteur de configuration host-manager.xml
    6 févr. 2012 18:14:15 org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Déploiement du descripteur de configuration manager.xml
    6 févr. 2012 18:14:15 org.apache.catalina.startup.HostConfig deployDescriptor
    INFO: Déploiement du descripteur de configuration MobileOTA14.xml
    6 févr. 2012 18:14:15 org.apache.catalina.startup.HostConfig deployWAR
    INFO: Déploiement de l'archive jsfplatform.war de l'application web
    6 févr. 2012 18:14:16 org.apache.catalina.core.StandardContext addApplicationListener
    INFO: The listener "com.sun.faces.config.ConfigureListener" is already configured for this context. The duplicate definition has been ignored.
    6 févr. 2012 18:14:16 org.apache.catalina.startup.HostConfig deployWAR
    INFO: Déploiement de l'archive MobileBIService.war de l'application web
    6 févr. 2012 18:14:17 org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Déploiement du répertoire CMCDoc de l'application web
    6 févr. 2012 18:14:17 org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Déploiement du répertoire docs de l'application web
    6 févr. 2012 18:14:17 org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Déploiement du répertoire examples de l'application web
    6 févr. 2012 18:14:17 org.apache.catalina.core.ApplicationContext log
    INFO: ContextListener: contextInitialized()
    6 févr. 2012 18:14:17 org.apache.catalina.core.ApplicationContext log
    INFO: SessionListener: contextInitialized()
    6 févr. 2012 18:14:17 org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Déploiement du répertoire InfoViewDoc de l'application web
    6 févr. 2012 18:14:17 org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Déploiement du répertoire ROOT de l'application web
    6 févr. 2012 18:14:17 org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Déploiement du répertoire test de l'application web
    6 févr. 2012 18:14:18 org.apache.coyote.http11.Http11Protocol start
    INFO: Démarrage de Coyote HTTP/1.1 sur http-8080
    6 févr. 2012 18:14:19 org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    6 févr. 2012 18:14:19 org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/103  config=null
    6 févr. 2012 18:14:19 org.apache.catalina.startup.Catalina start
    INFO: Server startup in 349629 ms

  • How to hide part of URL

    Hello everyone
    How to use URL like like
    http://domainname/path/something?action=xxx&target=yyy

    It depends.
    Firefox should show you the true link, i.e., sites should not be allowed to fake the mouseover, but for long links, the display might be truncated.
    Regardless of the link's href=url, many links have a click handler that navigates to an altered, intermediate, or different URL. Sometimes this is coded right into the link (onclick="blahblah") while it other cases, it is quite arduous to discover.
    Yet other links may be the result of a submitting form. This allows the site to use hidden form fields for some of the parameters.
    If you select loosely around the link, right-click, and View Selection Source, can you see how the page is constructing the final links?

  • Hide parameters on URl line

    Is there anyway to hide the parameters that call a report?
    Currently they show on the URL line and can be changed by the user.

    Hi,
    If you call a form from the customization form then the values would be submitted otherwise they will appear in the url. The only way would be to is to use a html form with p_arg_names and p_arg_values and then make the report the action method for the form. I think you can make use of the customization form instead.
    Thanks,
    Sharmila

  • How to pass parameters in url templates

    hi all,
    i've created an iview which calls yahoomail url,i need to pass user-id and password through parameters, such that i can personalize my id and password using personalize option to see my yahoo mail box in the iview.so, plzz give me a solution for the above problem,

    Hi Gnanadeva
    It is more simpler to use the App integrator to integrate web applications into the Portal than create a URL iView and the pass the parameter. Because in case of a URL iView you will need to define an HTTP System to Pass your parameters but then it doesnt seem to work even if the URL paarmeters are specified.
    You will find the .PAR file that can be used as thesystem template as well as the document for using the App Integrator from the link provided by Praveen.
    Download the File and import the .PAR file into your portal (go to System Administration -> Support -> Portal Runtime -> Administration Console -> Archive Uploader and upload the .PAR file). Create a system based on this template as mentioned in the Document and create the iView based on this System.
    Hope that helps
    Best Regards
    Priya

  • How to hide column link URL on status bar?

    Apex 4.1
    I have IR wit one column link target to URL, and it uses
    javascript:my_function(#COLUMN_VALUE#)as URL, that is, calls some function and passes the value of that column to the function;
    everything works fine;
    but when I place a cursor over the link, bottom line of IE9 browser (is it called a 'status bar'?) clearly shows:
    'javascript:my_function(<actual value>)'
    Is there any way to prevent it from showing function name and parameter value?
    I tried
    onmouseover="window.status='';"but it does not work

    Don't name the function in your link and hide the code in a dynamic action. See this example:
    http://apex.oracle.com/pls/apex/f?p=31517:296
    and the empno column which is a link. Explanation further down.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    http://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • How to hide parameters?

    Hi
    I have list of some products on my jsp page. If you click some product hyperlink is constructed like this:
    products.jsp?id=smth&smthelse=smthelse
    but I don't want my parameters to be displayed in URL.
    I created buffer page where I put my parameters in session attributes and then called response.sendRedirect(products.jsp) but URL remains the same (bufproducts?id=smth&smthelse=smthelse).
    Please help me.
    Thank you in advance.
    Qand.

    You can set them as session or request attributes on the click using onClick() and then let the next page load. Alternatively, you can have a form on your page that is hidden, and have the HREF cause the form to be submitted with the parameters you want. The form parameters aren't displayed in the browser's url bar.
    However, if you never want people to see these variables (they are sensitive data), using some sort of session or request attribute is probably best since that data is only on the server.
    Hope that helps.
    Michael

  • How to hide parameters values from address way?

    Hello!
    I have a servlet with a simple Authorization Form.
    I want to send the inputted values of login and password to the second servlet and I want to go to that second servlet.
    I see the inputted values of login and password in the address way of the second servlet. How can I hide it from there?
    Thanks beforehand!
    Denis.

    Use doPost() in your second servlet and method="post" in your <form> tag.

  • How to hide parameters AUTOMATICLY based on radio buttons being pressed

    I have multiple radio buttons and with each radio button I have parameters that appear on screen for user to enter data.   Is there a way to make the selection blocks appear and disappear automatily based on the user  pressing the radio button?
    My current coed works only if I press the enter key but not automatily when the radio button is pressed.

    hi, have a look this example, it works as u want.
    SELECTION-SCREEN BEGIN OF BLOCK blk2 WITH FRAME TITLE text-002.
    PARAMETERS: r_ps TYPE c RADIOBUTTON GROUP rd DEFAULT 'X' USER-COMMAND abcd, "radio button server
                   r_as TYPE c RADIOBUTTON GROUP rd . "radio button for application server
    SELECTION-SCREEN END OF BLOCK blk2.
    SELECTION-SCREEN BEGIN OF BLOCK blk1 WITH FRAME TITLE text-001.
    PARAMETERS: p_pfile TYPE rlgrap-filename MODIF ID ccc, "presentation server input file
                    p_afile TYPE rlgrap-filename MODIF ID aaa. "application server input file
    SELECTION-SCREEN END OF BLOCK blk1.
    AT SELECTION-SCREEN OUTPUT.
      IF r_ps = 'X' .
        LOOP AT SCREEN.
          CASE screen-group1.
            WHEN 'CCC'.
              screen-input = 1.
              screen-invisible = 0.
              MODIFY SCREEN.
          WHEN 'AAA'.
              screen-input = 0.
              screen-invisible = 1.
              MODIFY SCREEN.
          ENDCASE.
        ENDLOOP.
      ELSE.
        IF r_as = 'X'.
          LOOP AT SCREEN.
          CASE screen-group1.
            WHEN 'CCC'.
              screen-input = 0.
              screen-invisible = 1.
              MODIFY SCREEN.
          WHEN 'AAA'.
              screen-input = 1.
              screen-invisible = 0.
              MODIFY SCREEN.
          ENDCASE.
        ENDLOOP.
        ENDIF.
      ENDIF.
    START-OF-SELECTION.
    Regards

  • Hide webpage link URL from browser status bar?

    Anyone know how to hide webpage link URL from the browser
    status bar with Dreamweaver CS4? So that when the mouse cursor
    hovers over a link on a webpage, the URL won't be shown in the
    browser status bar. This comes in useful for when I put my email as
    a link on a webpage but I don't want to let my email address be
    known prematurely. I prefer to do this through the Dreamweaver CS4
    interface without coding, if possible. What is the easiest way to
    hide link URL like this? Thanks.

    More than the anal users. Many people use this information to
    decide
    whether they will click on the link. By hiding it, you remove
    that
    extremely valuable security information - for example, a link
    tells you on
    the screen that it is taking you to www.wachovia.com, but the
    status bar
    link tells you it's taking you to
    www.iamahackersiteandwilldrinkyourmilkshake.cn
    I don't think you want to remove that from your site, unless,
    of course, you
    are the webmaster for
    'iamahackersiteandwilldrinkyourmilkshake.cn....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "joeq" <[email protected]> wrote in message
    news:gib1tf$kn7$[email protected]..
    > it can be done - Behaviors > Set Text > Set Text
    of Status Bar.
    >
    > do what you want, but know that it's somewhat unreliable
    (see the caveat
    > in
    > the DW Behavior box) and that some anal users will
    object to the masking
    > of
    > your links.
    >
    >
    >
    quote:
    Originally posted by:
    ghost zero
    > Anyone know how to hide webpage link URL from the
    browser status bar with
    > Dreamweaver CS4? So that when the mouse cursor hovers
    over a link on a
    > webpage, the URL won't be shown in the browser status
    bar. This comes in
    > useful for when I put my email as a link on a webpage
    but I don't want to
    > let
    > my email address be known prematurely. I prefer to do
    this through the
    > Dreamweaver CS4 interface without coding, if possible.
    What is the
    > easiest way
    > to hide link URL like this? Thanks.
    >
    >
    >

Maybe you are looking for