Amfphp gateway browser url - web-vpn messing it up

hey mates,
i got a problem with my flex software. i have build an online library. more and more customers having trouble connecting to it via web vpn because it changes the url in the browser and then can't find the gateway.php to get the data to load in the library. is there any workaround in flex or php where i can handle this problem like changing the url in the browser that my customers can find the gateway.php or sth like that. in one case it changes from
http://someaddress.de
to
http://someadress.ezproxy.medma.uni-heidelberg.de
and the application throws the error netconnection failed because he cannot find the gateway.php ...
any help would be apprechiated
best wishes
philippe

i forgot to mention that i can't use an url directly to the gateway.php like http://someadress.com/amfphp/gateway.php. it has to be relative like /amfphp/gateway.php because of some server settings from other customers.

Similar Messages

  • Mozilla has switched off content blocker and URL advisor for Kapersky and I cannot browse the web

    How do I turn these back on?

    It appears that the problem is that the Kaspersky components are outdated an needing action from Kaspersky. I have not the time to research this myself at the moment, but you may be able to do so your self on their support site.
    What do you mean by you cannot browse the web.
    What are the content blocker and URL advisor intended to do ? They may well be largely unnecessary and superfluous. Is just installing them blocking you from using Firefox ? If so uninstall them until Kaspersky has a fix.
    Please also look at this thread
    * [/questions/975869] <br /> (With Windows 7 it would be similar advice) concluding:
    ''Firefox doesn't have any known compatibility issues with any of the major anti-virus suites, but honestly you are wasting your money if you pay for them. Uninstall them and use Window 8's built in Windows Defender. Update your Windows 8 machines to Windows 8.1, and make sure your win 7 machine is up to date, and always keep everything on your machines (Firefox, plugins, etc.) all up to date. That will keep you secure as possible. ''
    * From Windows Microsoft see http://windows.microsoft.com/en-gb/windows/security-essentials-download (That '''explains''' about MSE it does NOT automatically download anything )
    Note
    (But Quotation above is from Tyler who IS professional paid Mozilla Firefox support staff)
    The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.
    If you want to leave feedback for Firefox developers, you can go to the Firefox ''Help'' menu and select ''Submit Feedback...'' or use [https://input.mozilla.org/feedback this link]. (You'll need to be on the latest version of Firefox to submit feedback). Your feedback gets collected at http://input.mozilla.org/, where a team of people read it and gather data about the most common issues.

  • I changed my browser url to blank now I cannot find bookmarks or menu toolbar, pls can someone tell me how to restore to original url setting?

    I tried to remove thumbnails from Firefox & following online advice went to browser.newtab.url and changed it to "blank", now when I open Firefox the menu bar with bookmarks etc is missing, but when I open a new tab the thumbnail images are still there, I don't have much experience & would appreciate advice as to how to restore. I tried restoring computer to earlier time but that didn't not restore the browser url to the state before I started messing with it. Please help!

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: Command+Shift+F).
    *https://support.mozilla.org/kb/how-to-use-full-screen
    If you are in full screen mode then hover the mouse to the top of the screen to make the Navigation Toolbar and Tab bar appear.<br>Click the Maximize button (top right corner of the Navigation Toolbar) to leave full screen mode or right-click empty space on a toolbar and choose "Exit Full Screen Mode" or press the F11 key.
    You can use one of these to set which toolbars to show.
    *"3-bar" Firefox menu button > Customize > Show/Hide Toolbars
    *View > Toolbars<br>Tap the Alt key or press F10 to show the Menu Bar
    *Right-click empty toolbar area
    What is the current value of the browser.newtab.url pref?
    If you do not keep changes after a restart or otherwise have problems with preferences, see:
    *http://kb.mozillazine.org/Preferences_not_saved
    You can create a new Boolean pref on the about:config page to prevent Firefox from generating thumbnails for the about:newtab page.
    *name: browser.pagethumbnails.capturing_disabled with value: true
    Delete the thumbnails folder in the Firefox profile folder to remove already stored web page thumbnails.

  • Using gateway'd URLs in JSP custom tag attributes

    Hello,
    I am running Plumtree G6 using a gateway prefix to gateway Javascript from a remote server. I have recently discovered, thanks to people's help on the forum here, that in certain cases, you need to wrap a URL in a pt:url tag in order for Plumtree to recognize it as a URL that has to be gateway'd (i.e. a URL inside of a Javascript function).
    However, I have a custom tag that contains a contextPath attribute. This custom tag then includes other XML files that get included in the final page that is displayed. I am passing this value as my contextPath:
    <mytag:body sessionName="mysession" campusName="SampleCampus" contextPath="<pt:url pt:href='http://localhost:7021/application/scripts' xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'/>"/>
    However, in the resulting content that is created from this custom tag, the contextPath value is still set to <pt:url pt:href=......./>, and not the actual gateway'd URL. I would have thought that Plumtree would have recognized and gateway'd this URL before it got substituted in the custom tag.
    Does anyone have any thoughts on how to get around a problem like this? One thought I had was to get ahold of the gateway URL value and pass that value directly in my contextPath attribute. Is it possible to get that gateway value, or is there a better solution here?
    Thanks again for any help you can provide.

    Chris,
    I added your code, changed the portlet's web service to send a login token for this portlet, and was then getting some ClassNotFoundExceptions related to Axis classes. So, I went and added all of the jar files from the devkit's lib directory (i.e. plumtree\ptedk\5.3\devkit\WEB-INF\lib), recompiled, and those errors went away. But, now I see the following error:
    java.lang.NoSuchFieldError: RPC
         at com.plumtree.remote.prc.soap.QueryInterfaceAPISoapBindingStub.(QueryInterfaceAPISoapBindingStub.java:27)
         at com.plumtree.remote.prc.soap.QueryInterfaceAPIServiceLocator.getQueryInterfaceAPI(QueryInterfaceAPIServiceLocator.java:43)
         at com.plumtree.remote.prc.soap.QueryInterfaceProcedures.(QueryInterfaceProcedures.java:37)
         at com.plumtree.remote.prc.xp.XPRemoteSession.(XPRemoteSession.java:202)
         at com.plumtree.remote.prc.xp.XPRemoteSessionFactory.GetTokenContext(XPRemoteSessionFactory.java:80)
         at com.plumtree.remote.portlet.xp.XPPortletContext.getRemotePortalSession(XPPortletContext.java:261)
         at com.plumtree.remote.portlet.PortletContextWrapper.getRemotePortalSession(PortletContextWrapper.java:45)
         at jsp_servlet._collabrasuite.__riarooms._jspService(__riarooms.java:325)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:417)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    I am using version 5.3 of the EDK, and running Plumtree Foundation G6. Have you ever seen an error like this before?
    Thanks again for all of your help.

  • RD Gateway and RD Web Access - better together or on different servers?

    I am evaluating Remote Desktop Services with 2012 R2 and initially I had all the roles on 1 server for testing.  I began thinking it would be a better setup to split the RD Gateway role and the RD Webaccess role into different servers for security purposes.
     This way I could expose only the RD Gateway to the internet and the Web Access role would not be exposed.  In all my reading and searching it seems that nearly every article I come upon has both RD Gateway and Web Access installed on the same system.
    What is the ideal setup from a security standpoint to have the these two roles separate or does it not mater?  If it does not mater then I will setup 1 server with Gateway and Web Access and I will then have other servers for licensing, broker, session
    host, and visualization host once I move this into production.
    If these roles are on the same system how do I know if the gateway role is doing anything?  Is the FQDN\rdweb the correct URL to use even when the gateway is implemented?  
    If they are separate how do I tell the gateway and web access servers to use each other?  

    Hi,
    As far as I know, it’s fine to have RD Gateway and RD Web Access roles installed on the same server.
     “Normally external users would log on to RD Web Access via tcp port 443, click on a RemoteApp and connect to RD Gateway via
    tcp 443/udp 3391, RDG connects them to RDCB on tcp 3389 which redirects them to a RDSH server, finally the RDG connects to the RDSH on tcp 3389/udp 3389.”
    Quoted from TP in this post below:
    RD Gateway and RD web issue
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/5ab40559-23f7-4ebc-b60d-87375cc55674/rd-gateway-and-rd-web-issue?forum=winserverTS
    More links below for you:
    RD Gateway deployment in a perimeter network & Firewall rules
    http://blogs.msdn.com/b/rds/archive/2009/07/31/rd-gateway-deployment-in-a-perimeter-network-firewall-rules.aspx
    Remote Desktop Gateway/Web Server Placement
    https://social.technet.microsoft.com/forums/windowsserver/en-US/b2970cf5-a5b5-494c-88b7-cd6e01f84bb6/remote-desktop-gatewayweb-server-placement
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • Get Gateway name / url via JSP

    Anyone say what is the method to get the Gateway name / url via JSP?
    Thanks
    Fausto

    Alex, in the normal case you have reason the client host is the gateway host.
    A simple code:
    <%
    InetAddress inet = InetAddress.getByName( request.getRemoteHost() );
    String gateway = inet.getHostName();
    String portal="http://" + gateway + "/portal/dt";
    gateway="https://" + gateway + "/";
    String url=request.getParameter("url");
    if ( url != null) {
    response.sendRedirect(gateway + url);;
    }else{
    responde.sendRedirect(gateway + portal);
    %>
    I put a jsp in the web container, I contact the jsp trough an url
    http://www.mydomain/portal/desktop/redirect.jsp without the method get for the url variable, if I call the jsp directly without gateway from my client the gateway variable is my dns hostname and the jsp cannot redirect my in the portal login page
    If I take the localhost, it works fine but if a particular case when the gateway and the platform are the same host.
    There is not a HTTP enviroment variable to get the gateway name or a simple java method to ask the correct host?
    Thank you again
    Fausto
    http://www.mydomain/portal/desktop/redirect.jsp
    i

  • Get browser url from 11g form?

    Is there any function to get the current url of the browser that the 11g form applet is running in?
    Or at least the server:port part?
    Thanks

    In version 11 you can use javascript to extract the browser url. For example:
    Declare
         JS_in      varchar2(32767);
         rtn     varchar2(1024);
    Begin
         -- JS_in is the javascript funtion you want to call.
         JS_in := 'location.href';
         rtn := WEB.JAVASCRIPT_EVAL_FUNCTION (JS_in);
         -- "rtn" should contain the complete URL as seen in the browser address bar.
         -- Do something with rtn.       
    End;

  • Update a browser URL without reloading the page

    Is there any way to update the browser url from flash without
    reloading the page?
    My main interest is in being able to use flash to change the
    url variables to reflect what is currently being displayed in the
    swf.
    ie.
    http://www.blah.com?frame=0 might be set to
    http://www.blah.com?frame=10 when the swf reaches frame 10,
    allowing the user to go directly to frame 10 if they return to the
    page later.
    Thanks
    Rick

    You can try a technique that is used by web designers to
    prevent back button actions. Through JavaScript you can write
    strings after hash "#" - like bookmarking (anchors) and then read
    this variables. The advantage is that page doesn't reload and
    bookmarks are saved in the browser history (back button issues).
    Hope it helps.

  • Browse URL in FM11 won't allow input of any kind.  I need to connect either to a CMS, or WebDav, or checkout from Sharepoint, but nothing works.

    Any one in FrameMaker 11 having ANY luck of any kind with a check out rev controlled doc management system for a team?  So far, CMS won't work with FM11.  SharePoint 12 doesn't work with FM11.  And the Browse URL won't allow input of any kind no matter what direction I approach at.  I have been to preferences, allowing checkout of HTTP files on open, and upload HTTP files on save, but nothing works yet.
    I can check out and return from SP13 from the web, but all links are lost, and only embedded information carries over.
    Any suggestions and input would be valued.
    I didn't want to go Ditta simply because the company has SharePoint and it was supposed to be compatible. It isn't, so I need a back door.
    I would rather not run two systems for Doc Control if I don't have to.  There is much to do, and dividing resources is a waste that I would prefer to avoid.
    Thanks
    A

    I didn't want to go Ditta simply because the company has SharePoint and it was supposed to be compatible. It isn't, so I need a back door.
    If you mean DITA and structured documentation, take a look at DITA Exchange – sad disclaimer, I'm no wise affiliated and I haven't yet managed to persuade the powers that be to try this level of integration.

  • I can ping, but I can't browse the web

    I decided to try out Arch after having used ubuntu for a while, and things seemed to be going fine until I tried to get an AUR package with wget.  I tried pinging aur.archlinux.org and had no problems with that and then I started searching the web.  Eventually I found that wget works with the -4 option.  I could live with that but when I tried to browse the web I found that I couldn't view any web pages.  In fact, it seems like the only internet related tool that I'm not having trouble with is ping, while wget, curl, firefox, and host are all broken unless they have a -4 option I can use.
    Here's a sample terminal session where I ping, try wget, then wget -4.
    [jarl@jarl ~]$ ping -c 3 www.google.com
    PING www.l.google.com (74.125.224.112) 56(84) bytes of data.
    64 bytes from nuq04s08-in-f16.1e100.net (74.125.224.112): icmp_req=1 ttl=56 time=64.4 ms
    64 bytes from nuq04s08-in-f16.1e100.net (74.125.224.112): icmp_req=2 ttl=56 time=60.9 ms
    64 bytes from nuq04s08-in-f16.1e100.net (74.125.224.112): icmp_req=3 ttl=56 time=60.6 ms
    --- www.l.google.com ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2003ms
    rtt min/avg/max/mdev = 60.644/62.020/64.496/1.777 ms
    [jarl@jarl ~]$ wget www.google.com
    --2011-12-03 01:31:05-- http://www.google.com/
    Resolving www.google.com... failed: Name or service not known.
    wget: unable to resolve host address `www.google.com'
    [jarl@jarl ~]$ wget -4 www.google.com
    --2011-12-03 01:31:09-- http://www.google.com/
    Resolving www.google.com... 74.125.224.112, 74.125.224.113, 74.125.224.114, ...
    Connecting to www.google.com|74.125.224.112|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: unspecified [text/html]
    Saving to: `index.html'
    [ <=> ] 10,739 --.-K/s in 0.07s
    2011-12-03 01:31:09 (158 KB/s) - `index.html' saved [10739]

    That fixed the problem, thanks.
    [edit]
    Actually my problem isn't quite fixed yet.  I can use epiphany and firefox but wget is still problematic
    [jarl@jarl turbojpeg]$ makepkg -s
    ==> Making package: turbojpeg 1.1.1-1 (Sat Dec 3 13:24:04 MST 2011)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading libjpeg-turbo-1.1.1.tar.gz...
    --2011-12-03 13:24:08-- http://sourceforge.net/projects/libjpeg-turbo/files/1.1.1/libjpeg-turbo-1.1.1.tar.gz
    Resolving sourceforge.net... failed: Name or service not known.
    wget: unable to resolve host address `sourceforge.net'
    ==> ERROR: Failure while downloading libjpeg-turbo-1.1.1.tar.gz
    Aborting...
    [edit]
    I've added -4 to the wget DLAGENTS in /etc/makepkg.conf and makepkg works but now I'm trying to set up evolution and it can't resolve the googlemail urls.
    Last edited by jarl-haggerty (2011-12-03 23:43:06)

  • Browsing the web with JAVA

    hi everybody
    is there class ,component, whatever in java to browse the web inside java application ,
    i mean <i give it an URL and it will browse the page >
    thanks alot

    The best Java based browser technology I am aware of is from ICEsoft. It's small, fast, and has superb rendering abilities e.g., html 4.01, css 2, etc...
    http://www.icesoft.com/ps_browser_overview.html

  • WebDav Server Access: Workgroup vs. Browse URL

    Greetings,
    I am trying to set up WebDav access for a distributed authoring group.  Reading the user guide, it appears that the "Browse URL" approach is the newer and preferred access method.  The Workgroup functionality is older.
    When I attempt to use "Browse URL" and I enter in the URL of my WebDav server, it immediately says, "Cannot find the URL path..."  Using the Workgroup approach with the exact same URL works great with no problems.  I've tried other WebDav servers and in each case I get exactly the same result--Workgroup works fine and Browse URL says it cannot find the URL path.  I would prefer to use the Browse URL approach because it seems more streamlined, but there appears to be some kind of issue.
    Has anyone else experienced this issue?  Does anyone have any other suggestions?
    Thank you,
    Adam
    FM 9.0p255
    WinXP, SP3

    Hi Adam,
    Browse URL approach is the newer and the more preferred method to access WebDAV enabled CMS's starting from FrameMaker 9. The Browse URL functionality should work fine for IIS, Tomcat, Alfesco CMS and Documentum WebDAV configurations.
    - What WebDAV server configuration are you trying to access?
    - Please check whether you are able to browse the same WebDAV URLs in a browser as well.
    However unrelated it may seem, as you have been successful in connecting through the Workgroup route, you might try to map the WebDAV directory to a network drive. I am aware of a Microsoft update for Windows Vista (I notice that the applicable OS include WinXP as well) which enables access to mapped Web folders. Might be helpful.
    Here's the link:
    http://www.microsoft.com/downloads/details.aspx?FamilyId=17C36612-632E-4C04-9382-987622ED1 D64&displaylang=en
    Regards,
    Nakshatra

  • I just updated to 4.0.1 on my mac and now it says "Firefox is currently in offline mode and can't browse the web". It is not my internet since I am using Safari just fine. Any suggestions? I sure wish I wouldn't have updated!

    I just updated to 4.0.1 on my mac and now it says "Firefox is currently in offline mode and can't browse the web". It is not my internet since I am using Safari just fine. Any suggestions? I sure wish I wouldn't have updated!

    Make sure that Work Offline is unchecked: File > [] Work Offline

  • ITunes skipping during audio while browsing the web - Quicktime issue?

    iTunes 11.1.2 for Win 7 is skipping during playback of audio when I am browsing the web.  Is this a Quicktime issue?  I tried changing the audio output device latency but it didn't do anything different as far as skipping goes.  Any suggestions?

    Actually, that doesn't work either.  Here's the solution that is working consistently:
    Go to iTunes, and Preferences > Playback tab > Play Audio Using > Windows Audio Session instead of Direct Sound.  There we go, that works!! 

  • Hi, I'm currently browsing the web looking for a case that is compatible with the smart cover for the iPad 2. If anyone has any suggestions I would be glad to read all opinions! Thanks!

    Hi, I'm currently browsing the web looking for a case that is compatible with the smart cover for the iPad 2. If anyone has any suggestions I would be glad to read all opinions! Thanks!

    I love the Smart Cover. It fits the way I work and I love the instant on/off and the always available screen protection. I wouldn't use my iPad without it.
    I got a Cover Buddy for the back, because I wanted the back to be less slippery when I'm using the iPad in the classroom, teaching. I picked this back cover because it's VERY lightweight, easy to get on or off and, protects the corners, has accurate cutouts for the ports, and (in the colors) has a rubberized surface:
    http://www.switcheasy.com/products/CoverBuddy/
    I have a Built NY "hoody" slip on case with a hard internal shell that I use when I'm in the field and I can put the iPad with the Smart Cover and the Cover Buddy inside this . But for everyday use, the Smart Cover with the Cover Buddy is a terrific combination.

Maybe you are looking for

  • Unable to load DLL 'oramts.dll'

    Hi All, We are using .NET 2005 as for development. Database Configuration : Oracle 10g R2 on Windows 2003(32 bit) We tried to implement Transactionscope it's given an error *'System.DllNotFoundException: Unable to load DLL 'oramts.dll': The specified

  • BPC 7.5NW SP8 PERIODIC APP–EVDRE TOTALS USING YTD MEASURE ARE INCORRECT

    Hello u2013 I have 4 application sets with periodic applications in which all measures are set up exactly the same in BPC 7.5 NW SP8. Time in each of the appsets includes months, quarters, seasons and year. Measures include Periodic, QTD, STD, YTD an

  • Subtracting DATETIME in OBIEE 11g

    hi Experts, I have a requirement in which it will calculate the total number of days delayed: The scenario is: Planned End Date = 11/11/2012 Actual End Date = 11/15/2012 So the expected output will be = 4. how can I do this aggregation if the Data Ty

  • Transportation Lanes in Subontracting Scenario

    Dear Experts, As any standard Subcontactracting Scenario CIF, when we have the following situation in R/3: Plant: PL1 Material: MAT1 (Scpecial Procurement = 30) Material: MAT2 (component) And: InfoRecord (to SUBC1) BOM (father: MAT1 - child/component

  • Computer is "not authorized" but it is

    I am trying to synch my iPhone 4s with MacPro (early 2011) but I keep getting a message that computer is not authorized. Yet it is, and every time i "re" authorize the computer the message says it is already authorized.  So how can I get past this me