Flash Using Browser as Proxy for Requests

I've been looking without success for documentation that
defines the behavior of Flash (and ActiveScript) when submitting an
HTTP request. I've read so far (on sites other than Adobe's) that
Flash will proxy it's requests through the browser thus picking up
any cookies that are tied to the site that the request is sent to.
I've also heard that this proxying does not work for Remoting and
Upload.
Can someone point me to the documentation that definitively
describes how Flash submits HTTP requests? Can I rely on it to
proxy through the browser? My chief concern is that the Flash
application shares the session cookies with the browser since flash
is only a small part of a larger HTML/javascript based web
interface.
Thanks.

You already asked this same question a few days earlier:
https://forums.oracle.com/thread/2565797
Repeating your post will not get you a response any faster.
This is a user-to-user community online forum.
People choose whether they want to respond.   There is no obligation for every question to get a response.
... locking this new post as redundant...

Similar Messages

  • Multiple weblogic instances using IIS to proxy the requests

    I have a need to run multiple weblogic instances using IIS as the web
    server.
    Does anyone know if this is possible. I am aware and have been able to run
    multiple weblogic servers as an nt service,
    but in those cases weblogic was being called and IIS was being bypassed.
    Now the user base wishes to use IIS to proxy the requests.
    I have been able to set IIS to forward using the .jhtml and .jsp file
    extensions to the iisproxy.dll, but have not been able to forward these
    requests to multiple weblogic instances. When the request is made it is
    only looking in the first instance of weblogic for the request.
    Is it possible to use weblogic and IIS with two or more weblogic instances,
    without weblogic acting as a webserver.
    I dont believe this is possible but I need to find out if this really is the
    case.
    Thanks for any help you can provide.
    Ed

    You need run each IIS web server instance in its own memory space. This can
    be set through the Management Console for IIS.
    Keith
    Mike Kendzierski <[email protected]> wrote in message
    news:[email protected]..
    We tried to do this & Weblogic doesn't support this config. We opened upa
    support call with them regarding this, but there is a problem with the way
    that IIS & NT proxies .JSP pages to the weblogic servers. It's very
    unstable this way & I wouldn't recommend this config.
    We switched to Apache with virtual hosts to do this & it works fine. It's
    probably not the answer you want to hear, but it works very well.
    If you have any questions, just ask away.
    "Ed" <[email protected]> wrote in message
    news:3a296c2d$[email protected]..
    We are using IIS4 with weblogic 4.5.1 sp11,
    I thought I read someplace, their was a problem between wls 4.5.1 sp7
    and
    wls 5.1 where it didnt look in the folder where the dll was.
    I will give it a try on monday.
    Peter Mergaerts wrote in message <[email protected]>...
    We tried to do the same thing.
    We copied iisproxy.dll and iisproxy.ini to server1 and let IIS use this.dll
    instance for proxying .jsp etc.
    We copied the iisproxy.dll and iisproxy.ini to server 2, renamed
    iisproxy.dll to iisproxy2.dll (to make sure another instance was used)
    and
    let the second iis site use iisproxy2.dll, but that didn't worked. (It
    doesn't read the iisproxy.ini file located in the same directory as the.dll
    file, altough in the manual it says it checks this first.) Now, I thinkit's
    possosible to use several iisproxy.dll's as long as you rename it so
    each
    get it's own instance, the only problem is that each .dll doesn't readthe
    correct iisproxy.ini file. (BEA, is this for SP7?)
    Regards,
    Peter Mergaerts

  • Help! I think my webserver is being used as a proxy for spammers.....

    Before I begin, I would like to say thanks for any help.
    In my Server Admin --> Web --> Logs, it appears that my server is being used as a proxy. I do not have proxy enabled nor do I have the Apache module enabled that allows for it to be used as a proxy.
    Please look below at some of the log information. This is coppied and pasted directly out of the log.
    59.36.199.83 - - [15/May/2006:13:47:07 -0500] "GET http://ypn-js.overture.com/partner/js/ypn.js HTTP/1.1" 404 -
    124.147.230.173 - - [15/May/2006:13:47:07 -0500] "GET http://oz.valueclick.com/jsmaster HTTP/1.1" 404 -
    220.231.44.194 - - [15/May/2006:13:47:09 -0500] "GET http://network.realmedia.com/RealMedia/ads/adstream_jx.ads/focuscars/300x250/ron /autmen/ss/a@x15 HTTP/1.0" 404 -
    221.10.201.70 - - [15/May/2006:13:47:10 -0500] "GET http://ad.admarketplace.net/TagPublish/getntag.aspx?action=VIEWAD&run=300&cwform at=728x90&advid=112&pid=700002&dfcat=1125&width=728&height=90&pnet=4&SiteID=pub_ 3810 HTTP/1.0" 404 -
    221.10.201.70 - - [15/May/2006:13:47:10 -0500] "GET http://content.marketingsector.com/rmtag3.js HTTP/1.0" 404 -
    220.170.205.232 - - [15/May/2006:13:47:11 -0500] "GET http://www.affnet.com/affiliate/scripts/sb.php?aaid=65749dce&abid=56 HTTP/1.0" 404 -
    221.10.201.70 - - [15/May/2006:13:47:11 -0500] "GET http://www.adagency1.com/advertpro/servlet/view/banner/javascript/zone?zid=4&pid =188&random=92617334&millis=1147762305125 HTTP/1.0" 404 -
    58.51.147.133 - - [15/May/2006:13:47:11 -0500] "GET http://www.vision-search.net/index.php?uid=474&REQ=Operating%20Systems HTTP/1.0" 200 10515
    221.10.201.70 - - [15/May/2006:13:47:12 -0500] "GET http://www.adagency1.com/advertpro/servlet/view/banner/javascript/zone?zid=5&pid =218&random=35485256&millis=1147762305828 HTTP/1.0" 404 -
    Could someone please tell me what this and help me to stop this. I do not want my server to be used by others as a proxy and this looks to be the case.
    Once again, thanks in advance for any help and/or advice.
    Eric
      Mac OS X (10.4.5)  

    Your server is not being used as a proxy. If you look at the log entries you'll see they all contain status code 404 - 'file not found'.
    So someone it hitting your server with proxy-style requests, but your server is (correctly) rejecting them.
    There isn't much you can do a about this - most servers at some point are going to get probed like this from users trying to find open proxies.

  • Certificate error on the second exchange that is used as a proxy for internet facing

    Hello friends ,
    I have one just like it ( http://faragesolutions.files.wordpress.com/2013/04/proxy.jpg?w=650 ) scenario . Using two Exchange , only one of them is accessed as a proxy .
    In Exchange that is facing internet , I use a digital certificate with the public domain ( webmail.name.com ) and my OWA is configured to ( External: webmail.name.com ) and Internal : webmail.name.com ) .
    You Exchange that are not face to internet , OWA is configured to ( External: empty) and ( Internal : servername.local ) . This Exchange user when connecting with Outlook client is generating validation error name ( servername.local ) , because as I'm using
    the same Exchange certificate that is facing internet . So the audience is trying to validate the certificate name that is not registered as an alternative name.
    question : the exchange that is not facing the internet, I need to use the same public certificate that is in exchange that is facing the internet? or can I just use an internal certificate?
    Thank you.

    The names that go on the certificate must match the names you planned when you did the CAS namespace design.
    Some details here:http://blogs.technet.com/b/exchange/archive/2014/02/28/namespace-planning-in-exchange-2013.aspx
    So in your case if the cert does not match the name, then this will prompt users with errors.   They need to match.  As long as all your internal devices trust the issuer of the internal CA then you can use that.   Installing an
    enterprise CA will automatically publish it's root CA  public cert into AD so it works easily.
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • How to make use of a proxy for a java program

    Hi all..
    Instead of entering in command prompt
    java -Dhttp proxyHost="255.255.255.255" -Dhttp.proxyPort ="XXXX" classname
    how can we set the details in the program itself...
    Any suggetions will be greatfull...

    Dhaval.Yoganandi wrote:
    why do you think this is valueless ?Because they don't mean anything, can easily be gotten without writing good answers (cheating) and are usually rewarded by those who had the question and thus aren't in the best position to judge if an answer is a good one.

  • JRE Setup to Client machine on Intranet by using browser...

    Hi everybody,
    I have a problem about setting up JRE. If a client on the network wants to execute my client application, if there is no jre on the clent machine, the application try to connect java.sun.com for setting up JRE. If client machine has no internet connection, then the application cannot work. So my aim is to set up jre on the local server. For this, I reserched many times. But I cannot success. Becuase I dont know what is requirements for setting JRE b y using browser.
    Thanks for help...

    Hi
    Part II of the [Java Plugin Developers Guide|http://java.sun.com/j2se/1.5.0/docs/guide/plugin/index.html] describes the deployment using IE.
    Cheers
    /

  • Is it possible IIS reverse Proxy for WAS ( BSP) ?????

    Hi
    I am able to setup IIS reverse proxy for Portal and other some internal website and it works well from outside the firewall. But for WAS (for BSP application), it repeatly prompt login screen even after gave correct user ID and password when call through proxy. But it work inside firewall.
    So really wonder is it possible to use IIS reverse proxy for WAS?
    Thanks
    Raibin

    Hi Raja
    Thanks for your message. But I already read this same and many other BLOGs. Everything talk about manything. And nothing helped me to find the solution. But friday I found the solution myself and happy to share with you and all others.
    The problem was related to the extra string getting added with in url to replace /bsp/   to   /bsp(xxxxxxxxxxxxx)/ and finally when I put the entry as below in my IISProxy.xml file, everything became OK.
    And I saw so many question related to EP 7.0 for outside access. There is one extra entry we have to put for webdynpro to make EP 7.0 working outside specially for admin screens.
    In the below example 'sapep' is Portal and 'sapecc' is ECC 5.0 server.
    <ISAPI-config version="1.6">
         <filter name="IisProxy filter" />
         <extension name="IisProxy extension" />
         <mapping name="PORTAL">
              <source>
                   <protocol>http</protocol>
                   <prefix>/irj</prefix>
                   <new-prefix>/irj/</new-prefix>
              </source>
              <source>
                   <protocol>http</protocol>
                   <prefix>/logon/</prefix>
              </source>
              <source>
                   <protocol>http</protocol>
                   <prefix>/webdynpro/</prefix>
              </source>
              <target>
                   <protocol>http</protocol>
                   <host>sapep.domain.com</host>
                   <port>50000</port>
              </target>
         </mapping>
         <mapping name="BSP">
              <source>
                   <protocol>http</protocol>
                   <prefix>/sap/</prefix>
              </source>
              <source>
                   <protocol>http</protocol>
            <prefix>/sap(bD1lbiZjPTA5NiZkPW1pbg==)/</prefix>
              </source>
              <target>
                   <protocol>http</protocol>
                   <host>sapecc.domain.com</host>
                   <port>1080</port>
              </target>
         <compress-types>text/html, text/plain</compress-types>
         </mapping>
    </ISAPI-config>
    I hope this will many to solve their problems.
    Thanks
    Raibin

  • Browser crashing while using Live! Cam for Vista

    Hi,
    I have Windows Vista and the Live Cam IM installed... I wanted to use the camera on a karaoke website but everytime the page tries to snap the camera I get an information that the browser has to be restarted und then it crashes. This happends with both - IE and Firefox. After this I get an information that video fx engine isn't working anymore. I already reinstalled the software more than one time but nothing is changing. Maybe someone has an idea what's the problem?!?

    I tried it in the current Nightly build on Linux and can confirm that opening a message gives some connecting messages flashing on the tab, but for me it stops after a few seconds and doesn't crash.
    Most of the last request seem to be to the "db3msgr5011103.gateway.messenger.live.com" host if I check the Network log in the web console.
    Did you try to clear the cache and cookies from websites that cause problems?
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • A website says i need to use a UK based proxy for their site. I am based in England!

    This is what the site says when I try to view it even though I am in England >>
    Licencing restrictions require that Kiss Kube is only available to UK based listeners. Kiss uses a system to determine your geographic location via your IP address to make the decision.
    Multi-national corporations and internet service providers sometimes have their network configured in such a way that it makes it appear to the Kiss Kube that you are trying to listen from another country.
    If you are in the UK, please ask your IT department if you're able to use a UK based proxy for internet access.
    == URL of affected sites ==
    http://http://kube.totalkiss.com/browser.php

    What does this web page say about your location?
    http://whatismyipaddress.com/

  • Error "soap fault: No operation available for request" in proxy to soap Scenario

    Hi Experts,
    Unable to trace the below error when pushing the message from RWB while testing the PROXY to SOAP interface
      Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: No operation available for request {http://schemas.xmlsoap.org/soap/envelope/}Envelope.
    Thank you very much if any one provided the solution
    Regards,
    Yugandhar 

    Hi Yugandhar,
    Check the below thread,
    Connecting from SAP PI To Salesforce
    Regards
    RK N.

  • Proxy-Not able to read from socket for browser IE only for authorized sites

    Hi,
    I have implemented proxy server using socket connection. For Mozila it works properly, but not for IE.
    First it asks for proxy authentication, after providing the username and password for proxy in mozila its asks authentication for the authorized sites and its working properly. But in IE it just ask for proxy authorization and gives error as "you are not authorised to view this page" internally when I went through the code only first time its able to read the request and gives the response, but for the authorized site it wont ask for the username and password. After some time it throws the "Socket connection: reset" exception.
    Creates the connection:-
                   while(running){
                        try{
                             clientSocket = serverSocket.accept();
                                    }catch(SocketException se){
                                            se.printStackTrace();
                                   try{     
                             new HttpClientConnectionHandler(sockCon);
                        } catch(IOException se) {
                                             se.printStackTrace();
                                   }Sends requests and gets the response:-
    boolean continueSession = true;
              try{
                SCConnectionManager.increementConnCount();
              while (continueSession){
                        continueSession=false;
                    HttpHeader request = rqHandler.getRequest();
                        String con = request.getHeaderValue ("Connection");
                   boolean clientPersistentConnection = false;
                        String pcon = request.getHeaderValue ("Proxy-Connection");
                        System.out.println("request = "+request.toString());
                        if( ( request.getHTTPVersion().equalsIgnoreCase("HTTP/1.1")
                                            && !( pcon.equalsIgnoreCase("close") ) )
                                  || ( request.getHTTPVersion().equalsIgnoreCase("HTTP/1.0")
                                    && ( pcon.equalsIgnoreCase("Keep-Alive") ) ) ){
                                  //tempComment     debug("CLIENT Keeping connection true !!!!!! ");
                             clientPersistentConnection = true;
                    resHandler.Handle(request);     // Returns boolean ...can check its value...
                             if ( clientPersistentConnection == true && resHandler.connectionPersistent == true ) {
                                       //tempComment    
                                  debug("SERVER Keeping connection true !!!!!! ");
                                  continueSession=true;
                                  if ( resHandler.surfAsServer == true ) {
                                       client.setTimeout( persistentConnectionClientReadTimeout );
                             debug("CONTINUING CLIENT CONNECTION "+continueSession);
                   System.out.println("out of while loop continue sess = "+continueSession);
              }catch(IOException ioe){
                   log(ioe);     
                   if(qlc.qsm.log.Logger.debugOut) {
                        ioe.printStackTrace();
              } finally {
                   synchronized( this ) {
                        int connCount = SCConnectionManager.decreementConnCount();
                    SCConnectionManager.updateLastRequestTime();
                   close();
         }It does not come out of above while loop.

    Sorry, while copy the code one line was missing.
    code is:-
    while(running){
                        try{
                             clientSocket = serverSocket.accept();
                              } catch (SocketException se) {
                              se.printStackTrace();
                             continue;
                        }catch(IOException se){
                                       continue;
                        try{
                                       SocketConnection sockCon=new SocketConnection(clientSocket);
                                        new HttpClientConnectionHandler(sockCon);
                                   } catch(IOException se) {                         
                             se.printStackTrace();
                                             if ( clientSocket != null ) {
                                  try {
                                       clientSocket.close();
                                  } catch ( Exception exc ){
                                       clientSocket = null;
                                  decrementHttpCount();
                                  }

  • Issues using IIS 8.5 with ARR 3.0 as Reverse Proxy for Lync 2013

    Dear reader, after searching for a day without finding a solution to my problem I end up here ;-)
    Working Lync 2013 environment (gradually adding functionality) consisting of 2 FE servers, Persistent Chat Server, Web Apps server, Edge Server, Reverse Proxy Server (IIS 8.5/ARR 3.0), SQL Server.
    Set up a fresh Windows 2012 R2 with IIS 8.5, installed ARR 3.0 and followed along this
    TechNet article.
    So far so good, external clients (incl. mobile phone apps) can all connect.
    Now trying to add Web Apps to the reverse proxy, which is slightly different from the others by not forwarding 80/8080 and 443/4443, but just 80 and 443 to internal Web Apps server.
    After creating the server farm/URL rewrite, browsing to the webapps.FQDN/hosting/discovery ends up with a 404 error (instead of XML, which is shown when try from the LAN).
    After moving this rewrite rule to the top, it started working, but now my lyncdiscover.FQDN stops working.
    Ofcourse moving the webapps rule down restores the lyncdiscover.
    Any ideas? (everything setup as described in above mentioned TechNet article, so using wildcards. Tried fiddling around with webext.* and lyncdiscover.* and so, but no luck. (I'm completely new to ARR)
    Thanks,
    Barry

    Can you confirm that for each URL Rewrite Rule, you have an {http_host} record that matches something like webext.* as you referenced above and as seen in step 15 here:
    http://blogs.technet.com/b/nexthop/archive/2013/02/19/using-iis-arr-as-a-reverse-proxy-for-lync-server-2013.aspx
    It might help if you posted a screenshot of your URL rewrite rules.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • I want to use my iPad 2 for fantasy football, I need to be able to enter the draft room but I need flash player. How do I do this seeing flash player doesn't load with apple?

    I want to use my ipad2 for fantasy football and I want to draft with it. How do I do this seeing apple and flash player are not compatible?

    Yea there really is no app or browser you can use. Until adobe and apple settle their differences and realize they should focus on meeting their customers needs my iPad 2 is just a larger version of my iPhone and I still need to use my Mac book for school and work.

  • How to use an authenticated user for a proxy call

    Dear all,
    I am currently working on a JEE application where the user needs to authenticate (for this I have configured the web.xml).
    Now inside this application I need to do a proxy call to a PI webservice.
    I would like to use the user credentials of the already logged in user in order to call the proxy.
    What I don't want to do is to use a service user for the proxy call.
    The code I am trying to call looks something like this:
         private IntegratedConfigurationIn getPort() throws Exception{
              IntegratedConfigurationIn port = null;
              try {
                   IntegratedConfigurationInService service = null;
                   service = new IntegratedConfigurationInService();
                   port = (IntegratedConfigurationIn) service.getIntegratedConfigurationIn_Port();
                  BindingProvider bp = (BindingProvider)port;
                  bp.getRequestContext().put(BindingProvider.USERNAME_PROPERTY, user);
                  bp.getRequestContext().put(BindingProvider.PASSWORD_PROPERTY, password);
                  if (url.length() != 0)
                       bp.getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, url);
              catch (Exception ex){
                   ex.printStackTrace();
              return port;
    The examples I found to retrieve the userdata pointed to codes similar to this one:
    public HttpServletRequest getHttpRequest() throws Exception {
              // Get runtime context
              Properties props = new Properties();
              props.put("domain", "true");
              Context initialContext = new InitialContext(props);
              ApplicationWebServiceContext wsContext = (ApplicationWebServiceContext) initialContext
                        .lookup(" /wsContext/ApplicationWebServiceContext");
              HttpServletRequest req = wsContext.getHttpServletRequest();
              return req;
    com.sap.security.api.IUser sapUser = com.sap.security.api.UMFactory.getAuthenticator().getLoggedInUser(getHttpRequest(), null);
              IUser ep5User = com.sapportals.wcm.util.usermanagement.WPUMFactory.getUserFactory().getEP5User(sapUser);
    Now I don't know how to bring it togehter and how to use an authenticated user for the BindingProvider.
    I would appreciate any hints or ideas.

    Peter,
    from the first screenshot, what I understood is that, you are calling an inbound PI web service that is intended to create an integrated configuration object (this is used for whole lot of other reason completely) but not actually calling a development web service.
    For this, you would have to generate your client classes from the WSDL provided by the PI developer for that particular service. Once you get those client classes generated, you could used the method provided in the other screenshot to extract the user and password and call the intended web service.
    Vijay Konam

  • How to get Flash to use AIR 2.7 for iOS?

    How do I force Flash Pro to use AIR 2.7 for an iOS-project?
    When choosing Publish settings you can only choose AIR for iOS without any version numbers. But when you choose only AIR there is a version number. According to an informative video http://tv.adobe.com/watch/flash-platform-in-action/adobe-air-27-faster-app-performance-on- ios/ it seems like 2.7 could be the solution to my problems. Obviously the 2.7 version is for iOS too and not for "AIR only".
    I have installed 2.7 but in the xml-file that follows with the ipa-file that has been created it says AIR 2.6. But when I try to download 2.7 (again) I get the information that I already have AIR installed... I guess "he/she" means 2.7 because I can see it in a dll-file (according to instructions on a web page on www.adobe.com (can't find it right now)).
    So why am I not getting the ipa-file created with AIR 2.7? What can I do to make it happen?
    Best regards,
    Åsa

    Thanks a lot, this is helpful.
    My interpretation of this document is that the version of AIR used comes from what version of Flash Pro you are using. Correct? And you are not supposed to upgrade AIR without upgrading Flash Pro according to Adobe?
    Best regards,
    Åsa

Maybe you are looking for

  • Airport printing problem with 10.5.6

    We have an ancient HP 5550 printer connected to our Airport base via USB. When we print to it from our laptop (which is still running Tiger) we have no problems. But, with our new iMac (running 10.5.6) when we go to print to it from iPhoto all that h

  • Prefill LDB selection screen

    Hi Guys, Is it possible to prefill LDB PNP selection screen with required values like PERNR. If yes, how? Thanks, mini.

  • Trying to load guitar effects template. says record drive not found.

    hi. i'm trying to load the guitar effects template, but when I click on the record button, I get a message that record drive/partition MPC 2 not found. and then it defaults to the finder and tries to find this file or partition or whatever it is. Wha

  • OSB result caching with Coherence Out of process

    Existing setup: Oracle Fusion Middleware SOA 11g domain with 1 weblogic cluster 1 OSB cluster We have an Out of Process Coherence cluster configured with  caches defined already which is just working fine in production. The requirement is that develo

  • Recording Graduations, creative tips, and advice

    Recording Graduations, creative tips, and advice. Can someone direct me to some where I can find real creative graduation footage tips and advice. I have a proposal to make to a school and I do not want it to look like a traditional recording for a g