Disable deep linking support in public pages

We have public WEB app.
For some reason we want that user must come to same page regarding URL - let say page 10.
I saw nice thread on subject like that:
Re: Application Link
but this is made for authorization scheme apps-which we do not have.
How to implment such a feature on public pages?
THX!

So how to disable "deep linking" feature in public appsand ensure that user must come to first page (i.e. 10)?
You could create an authorization scheme that returns false unless a pre-determined application item is set. Attach this authorization scheme to all the pages except page 10.
Create a onLoad computation on Page 10 that sets the app item.
This way, you wouldn't be able to view any page in the app without first viewing page 10.

Similar Messages

  • Disable app link when opening new page in safari

    I am wondering if there is a way to turn off the app link that appears in Safari when opening a new page on websites that have apps available. This is super annoying to me because if I wanted to open the app, or install the app for that matter I WOULD OPEN OR INSTALL IT MYSELF, lol. I don't need a popup taking up screen space, slowing down how Safari loads and operates. This pops up every time I load a new Google page, or Amazon page - etc, whether I have the app installed or not. I've been all through the settings and searching the web and I cant find any way to turn this "feature" off. Can anyone out there help me please?

    Hi Scooter!
    Thanks for posting a Presuming "SOLUTION"
    I don't have these problems as you described, but did you drag the Cookies.plist to the desktop and relaunch Safari an try to open a NEW TAP.
    What happens now ... is Safari handling opening a new tap from the TOP SITE window?
    Post back ...
    Dimaxum

  • How to deep link to  several pages of an external application ?

    HI,
    I created an external application named MyApp with UserName and Password fields using the External Application component.
    and an additional field as Parameter1 with value SearchPage
    I am able create a url referencing the applicatoin such as
    /adfextapplogin?extappid=MyApp
    I can connect to the application directly, once I provide the username and password.
    I need to create deep linking to few more pages in the same application.
    I modified the external application definition, by removing the Parameter field.
    Created a URL such as
    /adfextapplogin?extappid=MyApp&Parameter1=SearchPage
    I was expecting that the URL would behave the same way as I created in my first step, But the application did not go to the search page
    instead it went to the landing page only.
    Is there a way to define one external application definition, and use that definition to create multiple urls pointing to different destination pages ?
    I appreciate your help.
    Thanks
    Sam

    Thanks for the info. I reviewed the link, I could not find the information I am looking for. Is it possible that, there is a typo .
    Can you please check and provide the correct url, if the url is correct, can you point me to the correct section in the doc, I could not locate information related
    to using external appliation connections for additional access

  • How can I properly embed deep links that contain http: twice

    Hi,
    We have an online bookstore where we need to embed deep links to a booktopia page. I have tested the links given to us by the affiliate program (DGM performace) and they work perfectly but when I embed them into muse and hit publish they give me a server not found page.
    http://academyhypnoticscience.businesscatalyst.com/academy-bookstore.html
    I have established that this seems to be an error in the way muse is interpretting the link (or maybe business catalyst) as the link I paste into muse is:
    http://t.dgm-au.com/c/63052/71095/1880?u=http%3A%2F%2Fwww.booktopia.com.au%2Ftrancework-an -introduction-to-the-practice-of-clinical-hypnosis-michael-d-yapko%2Fprod9780415952590.htm l
    but when I click on the link on the website (on the image of the first book) I get this:
    http://http%3a%2f%2fwww.booktopia.com.au%2ftrancework-an-introduction-to-the-practice-of-c linical-hypnosis-michael-d-yapko%2fprod9780415952590.html/?clickid=yV0WHZyIfUJsUl0wAFyspSG PUkW3tATpbw2qTw0
    and when I right click on the image and copy the link location I get this:
    http://t.dgm-au.com/c/63052/71095/1880?u=http%253A%252F%252Fwww.booktopia.com.au%252Ftranc ework-an-introduction-to-the-practice-of-clinical-hypnosis-michael-d-yapko%252Fprod9780415 952590.html
    Any ideas?
    Cheers,
    Tina

    You can't have two http in a URL. Why do you have two? Try taking one out.

  • Support link in Portal logon page not working

    Hi All,
    We are using the ´support´ link on the logon page of our Portal. When we click the support link, the system asks for UserId and e-mail adress. When we fill this in correctly, the system responds by displaying "New password sent to e-mail adress".
    However, the password is not reset or anything and we still have to logon with the original old password. Where can this problem be rooted and where do I start to look for the cause of this.
    We are using CUA and this is set on ECC 6.0 production system.
    Message was edited by:
            Jan Laros

    Hai Laros,
    I have gone through this issue...
    I think your Portal is EP 7.0 SP12..
    For logon page weare using two jar files umelogonbase.jar and com.sap.portal.runtime.logon_api.jar
    There is some change in code of umelogonbase.jar file  in SP12  
    com.sap.security.core.sapmimp.logon.logonbean method getLogonHelp
    In SP12
       public boolean getLogonHelp()
            boolean rc = mySAPProperties.getBoolean("ume.logon.logon_help", true);
            if(!rc)
                rc = checkPermission("LOGON_HELP");
            return rc;
    private static boolean checkPermission(String permissionName)
            String METHOD = "checkPermission";
            boolean hasPermission = false;
            if(trace.bePath())
                trace.entering("checkPermission", new Object[] {
                    permissionName
            try
                boolean flag1;
                try
                    IUser user = UMFactory.getAuthenticator().getLoggedInUser();
                    if(user == null)
                        user = AnonymousUser.getInstance().getAnonymousUser();
                    if(trace.beDebug())
                        String userName = user != null ? user.getName() : "no user";
                        trace.debugT("checkPermission", "The current user is [{0}].", new Object[] );
                    if(user != null)
                        LogonApplicationPermission permission = new LogonApplicationPermission(permissionName);
                        hasPermission = user.hasPermission(permission);
                    } else
                        trace.errorT("checkPermission", "The current user is null.");
                    boolean flag = hasPermission;
                    return flag;
                catch(UMException umex)
                    flag1 = false;
                return flag1;
            finally
                if(trace.bePath())
                    trace.exiting("checkPermission", new Boolean(hasPermission));
    In SP10 code was
      public boolean getLogonHelp()
            return mySAPProperties.getBoolean("ume.logon.logon_help", true);
    In your jsp page
    if ( logonBean.getLogonHelp() ){
    //code
    logonBean.getLogonHelp() retuning true because of  additional <b>LogonApplicationPermission</b> checking....  
    I think you got my point....
    With reagrds
    Eldose
    Eldose

  • How to disable link on R12  suppliers page using OAF personalization

    Dear All,
    My client asking to hide/disable banking details link on R12 suppliers page ,
    Please let me know if there is any solution using OAF personalization.
    in personalization link i am not able see any link items ,where as in about this page its showing all the link attached to page .
    Thanks & Regards
    Raju

    Hi Raju,
    Plz go to the region containing the links. You should find the links. Try change render property accordingly.
    Regards
    Sanujeet

  • How to disable HP Support Assistant error page in Internet Explorer

    I'm trying to see the actual cause for an error in Internet Explorer.  I know that you can uncheck "Show friendly HTTP messages" to remove the Microsoft "simple" error pages, but that doesn't seem to remove the HP Support Assistant error page.  How can I disable this "help"?

    Hi Patrick,
    I've created that example a couple of times and I've never seen this error.
    Have you checked the service marketplace for any notes regarding your SP-level?
    Other than that you should check the created layout in your view again. Check that you don't have a action defined in the handler "onEnter" in the input fields. According to the tutorial you should only have a action for the button UI element.
    Maybe try to create the view from scratch.
    Regards,
    Alex

  • What is a deep link? How to get a deep link of a page and get it displayed in another page or iview?

    I  am asked to get the deep link of a particular iview in a page in ESS role and use it in another page so that the users can easily navigate to the deep linked contents..

    Hello Ajeeth,
    maybe you should ask the person who gave you the assignment, what they mean by "deep link".
    Regards,
    Steffi.

  • Disable a link...how?

    I am asking this question again, because I still haven't found an answer that works. I must be missing something simple.
    How do you disable a link so that you get the disabled link format color?
    Someone in a previous post indicated that you uncheck the enabled link in inspector, but that simply makes the link normal text and does not display the disabled link format color.
    What I am trying to do: If I can disable a link, then I can use the disabled link format color to indicate the current page in a customer text navigation bar.
    Any ideas?
    thanks
    bob

    If you want to completely waste your time you could email .....
    http://www.apple.com/feedback/iweb.html
    Try calling Mac support if you still have access to it under normal or extended warranty.

  • Enable disable linkbar links in datagrid itemrenderer.

    Hi All,
    I have to show the linkbar in datagrid column as a renderer and enable and disable the links according to attached documents codes.
    here are my sample code
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init();">
    <mx:Script>
        <![CDATA[
            import mx.collections.ArrayCollection;
            [Bindable]
              public var arrColl:ArrayCollection = new ArrayCollection();
              public function init():void{
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
                  arrColl.addItem(["1,2,3","1,2"]);
                  arrColl.addItem(["1,2,3", "1,3"]);
        ]]>
    </mx:Script>
        <mx:DataGrid id="dg" dataProvider="{arrColl}" width="200" height="500" x="510" y="168" >
            <mx:columns>
                <mx:DataGridColumn  itemRenderer="assets.components.linkbarItemRenderer"  />   
            </mx:columns>
        </mx:DataGrid>
    </mx:Application>
    My item renderer linkbarItemRenderer.mxml as
    <?xml version="1.0" encoding="utf-8"?>
    <mx:HBox xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%" creationComplete="init();" >
    <mx:Script>
        <![CDATA[
            import mx.controls.LinkButton;
            import mx.collections.ArrayCollection;
            import mx.controls.Alert;
            [Bindable] public var arrColl : ArrayCollection = new ArrayCollection();
            public var arrDocType : ArrayCollection = new ArrayCollection([{data:"1" , label:"AP"},{data:"2" , label:"AR"},{data:"3" , label:"BOL"}]);
            public var attDoccodes : Array;
            public function init():void
                try
                    var requiredDoc :String = data[0];
                    var attachDoc : String = data[1];
                    var reqDocCodes :Array =  requiredDoc.split(",");
                    attDoccodes = attachDoc.split(",");
                    if(reqDocCodes != null)
                        //add the links of required documents.
                        for(var i:int = 0 ; i<reqDocCodes.length; i++ )
                            var obj:Object = new Object();
                            for(var j : int = 0; j < arrDocType.length; j++)
                                if(arrDocType.getItemAt(j).data == reqDocCodes[i])
                                    obj.label = arrDocType.getItemAt(j).label;
                                    obj.data  = reqDocCodes[i];
                            arrColl.addItem(obj);
                    callLater(enableDisalbeLinks);
                catch(error:Error)
                    Alert.show("error ::"+error.getStackTrace());
            public function enableDisalbeLinks():void
                try
                    //disable all links first
                    for(var q:int=0; q< arrColl.length; q++)
                        LinkButton(linkBarId.getChildAt(q)).enabled = false;   
                    if(attDoccodes != null)
                        for(var k:int = 0; k<attDoccodes.length; k++)
                            for(var l:int = 0 ; l<arrColl.length; l++)
                                if(arrColl.getItemAt(l).data == attDoccodes[k])
                                    LinkButton(linkBarId.getChildAt(l)).enabled = true;   
                catch(error:Error)
                    Alert.show("error ::"+error.getStackTrace());
        ]]>
    </mx:Script>
            <mx:LinkBar id="linkBarId" dataProvider="{arrColl}" />   
    </mx:HBox>
    It renderes the link in correct form in datagrid first time.when i scroll the datagrid the rows are miss up with each other and links are not shown propers in enable/disable format.
    Thanks,
    Amol.

    Hi All,
    It was my fault. Got it work now.
    When I redirect to PR, it also calls my page initialization method and clear all data. I added a parameter and issue resolved.
    Thanks & Regards,
    KJ

  • Deep linking questions

    I have pages in an app that i want to link to from a non apex site. I want the user to log in to apex app and then automatically go to different pages based on the original link to apex. I also want to pass apex login page a value through the link. The value will be stored in an application item named GS_VAR.
    The following link works fine. GS_VAR has the value of 'PASS' in page 101.
    http://apex.oracle.com/pls/otn/f?p=F45196:101:::::GS_VAR:PASS
    The following link does not pass the value to GS_VAR in page 101, however, when it gets to page 2 the value is set correctly.
    http://apex.oracle.com/pls/otn/f?p=F45196:2:::::GS_VAR:PASS
    Only the link to the login page itself gets the value in GS_VAR set in page 101.
    It seems that when I do deep linking to a page other than 101 the app does not set the application item GS_VAR until after you log in. The problem is i always need the the value of GS_VAR set in page 101 for login processing. Is there a workaround for this?
    Thanks
    Rob

    Rob,
    You want a value set in session state before a session has been established. The session assignment for the request doesn't get settled until after authentication. When you pass the value directly in a request to page 101 (essentially a public page), it does set the value in the current session but that's no guarantee that the final session assigned will be the same one -- and if it isn't the value won't be accessible on the after-login page. What you might do is create a before-header process on page 101 to parse the URL (owa_util.get_cgi_env('QUERY_STRING')) and look for the item name/value. If you find it then you can set session state in that same process and hope the session ID doesn't change on you (which it usually doesn't).
    Scott

  • Chrome versions 21-26 show severe problems with flash deep links

    Dear Madam or Sir,
    New Chrome versions (at least versions 21-26) produce severe problems with Adobe Flash concerning deep links.
    You will find test cases and detailed information on this subject here:
    http://www.in-tanz.de/test-chrome/test.php
    Since August 2012 all new versions starting from version 21 to 26 (at least 32-bit Windows) do no longer support for example deep links into Flash. I.e. links like:
    poly-9.php#two
    It does not matter, what deep link you want to jump to (two, three, four etc.), Chrome always starts with „one“ / at the beginning of the Flash-animation.
    Like all other browsers (I successfully tested: Opera, Safari, Firefox, Internet-Explorer) Chrome should jump directly to the deep link #two, #three, etc.
    It does not matter which flash player I have been using over the last 9 months (at the time 11.6.602.180).
    This is a major problem as only my website contains more than 14,000 Flash files with over 100,000 deep links.
    In fact, I reported the bug (first noticed with Chrome 21) to Google beginning October 2012 (see bug reports on my page http://code.google.com/p/chromium/issues/detail?id=154494). But recently, I got the feeling, that there seems to be little interest in solving this problem. Actually, after I had informed Google about it, they even rolled out new versions of Chrome containing the bugs, instead of repairing it.
    Do you know any work around or can you offer any help?
    Kind regards,
    in-tanz

    Chrome uses a proprietary build of the plug-in called "PepperFlash" because it's a PPAPI plug-in where the ActiveX and standard plug-in are NPAPI. That may have something to do with it.

  • Deep Linking.

    Hi,
    Can anyone explain in easy terms how the deep linking works in APEX 2.2.1?
    I want to link to a page via an email, and provide parameters via the URL.
    When I click the link, it does as expected, and sends me to the login page first.
    The login page URL contains the parameter FSP_AFTER_LOGIN_URL which contains the actual details I want to go to (i.e. from the original email URL)..
    Then I submit the login page, which has the standard Login code
    wwv_flow_custom_auth_std.login
    P_UNAME => :P2_USERNAME,
    P_PASSWORD => :P2_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':'||:APP_PAGE_ID
    The page then quickly skips back to the login page, and the session variable has changed.
    This happens each time I submit the page.
    If I look in the log file for OHS, I get
    <ip>- HTMLDB_PUBLIC_USER [14/Dec/2006:17:34:24 +0000] "POST /pls/htmldb/wwv_flow.accept HTTP/1.1" 302 5
    <ip>- HTMLDB_PUBLIC_USER [14/Dec/2006:17:34:24 +0000] "GET /pls/htmldb/f?p=111:11:417929099441601843::NO::P11_ID:1241843118 HTTP/1.1" 302 5
    <ip>- HTMLDB_PUBLIC_USER [14/Dec/2006:17:34:24 +0000] "GET /pls/htmldb/f?p=111:11:9946852396693959190::NO::P11_ID:1241843118 HTTP/1.1" 302 5
    <ip>- HTMLDB_PUBLIC_USER [14/Dec/2006:17:34:24 +0000] "GET /pls/htmldb/f?p=LOGIN:2:::::FSP_AFTER_LOGIN_URL:\\f?p=111|11|9946852396693959190||NO||P11_ID|1241843118\\ HTTP/1.1" 302 5
    <ip>- HTMLDB_PUBLIC_USER [14/Dec/2006:17:34:24 +0000] "GET /pls/htmldb/f?p=LOGIN:2:2371000315649385155::::FSP_AFTER_LOGIN_URL:\\f?p=111|11|9946852396693959190||NO||P11_ID|1241843118\\ HTTP/1.1" 200 8633
    Basically I just want the login page to go to what is in FSP_AFTER_LOGIN_URL once the user has successfully passed the wwv_flow_custom_auth_std.login procedure
    thanks

    Login & app 111 are in the same workspace
    page 2 of Login is a public page
    Login's auth type is open door (basically it is using a servlet to get the windows Active Directory details and allows the user to continue once retrieved)

  • IE 11 links open to Blank page after last Window update

    IE 11 links open to Blank page after last Window update, I tried every trouble shooting and suggestions I could find in all forums but to no avail.
    Operating system Win 8.
    will try any suggestions and report back.

    Hi,
    Not sure whether you have tried these methods, if yes, keep trying the others.
    1.Run IE with no add-ons firstly.
    Click Start -> All Programs -> Accessories -> System Tools -> Internet Explorer (with no add-ons).
    If works, please follow the steps to narrow down which add-on cause the issue.
    Start IE>Press Alt to show the menu bar>On the Tools menu, click manage add-ons>under show, click All add-ons>disable half add-ons one time for quick narrow down>restart IE.
    2.Try resetting IE.
    Start IE>Press Alt to show the menu bar>On the Tools menu, click Internet options>Advance>Reset>restart IE.
    3. This is caused due to some registry problems occurred. To resolve this issue, follow the below steps:
    Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
    Type regsvr32 actxprxy.dll in the Open box, and then click OK.
    If the command was successfully executed, you will receive the message ‘DllRegisterServer in actxprxy.dll succeeded’ window.
    Restart the Internet Explorer
    4.if still not work, run system restore.
    Start>type system restore in the search box>click system restore>follow the steps in the wizard to choose a restore point.
    For more information, please see:
    Nothing happens when you click a link in Internet Explorer
    http://support.microsoft.com/kb/175775/en-us#method4
    Hope this helps,
    Ada Liu
    TechNet Community Support

  • IR (interactive report) Rows found: 1 + No data found on deep linking

    I am using a deep linking to a page with interactive report on it with following URL: http://...../f?p=my_app_id:target_page::::target_page:param1, param2:param1_value, param2_value
    After login, I arrive on the page wit "No data found" message in the report region.
    Clicking on "Session" link, I see that app/page variables are set. Passing in debug mode, I see"Printing rows. Row window: 1-15. Rows found: 1" right before "No data found" message.
    If I use the select with values, I get several lines of result.
    has anyone fell on this problem and solved it?
    Igor

    OK, solved :o)))
    Inside the package function returning URL to call, I insert a row into the table to query and I return its sequence number. The function is launched by an application outside APEX.
    So, if I don't make commit immediately before returning URL, APEX sees nothing.
    I have added a commit before returning from the function and now everything is OK.

Maybe you are looking for

  • No luck with WRTU54g Router - help please

    My brother recently purchased a Linksys WRTU54g router and it came today, we were told that we could connect to the internet through this by connecting to our BTHomehub wirelessly and therefore can then plug an ethernet cable from our xbox 360 into t

  • How can i cancel a produckt

    Dear sir/Madam My kids have buy some games which we doesent accept from my i phone. How can i refund that or how can we cancel this product? I Zorel

  • Re-Uploading RSS feed problem

    Hi I uploaded our RSS feed (from podomatic) to itunes and it was all working OK but our picture wasn't showing up so I deleted the podcast from itunes. I uploaded the mix again to podomatic with the picture all working ok, got our RSS feed and have n

  • How to launch DxO ViewPoint 2 in Adobe Photoshop Elements 12

    Does anyone know how to launch DxO ViewPoint 2 in Adobe Photoshop Elements 12 when it does NOT show up in the filters list?  On my old computer, I would see it listed at the bottom (under Digimarc) but with my new computer, after I have reinstalled a

  • Satellite Pro A100 PSAACE: cannot install ATI display driver

    Hi all, I have experienced a series of problems with my Mobility Radeon X1400 graphics card that I'm sure could be resolved by downloading the latest drivers. This I have to do from the Toshiba website as the ATI website offers no support for it. But