Save login/password with Proxy HTTP "Auto" preset (.pac file)

Hi,
I'm behind an Internet proxy. I have configured my iPhone with the following parameters :
Proxy HTTP : Auto + the right URL to get my enterprise .pac file.
What bothers me : I have to re-enter my login/password frequently.
Do you have the same problem ?
Note : The Proxy HTTP "Manual" preset let me enter these login and password, why not the "Auto" preset ?

Hello,
Were you able to successfully build your AIR app?  It is possible to bypass the timestamp but there are caveats.  Here's what the docs have to say:
If ADT cannot connect to the time-stamp server, then signing is canceled and no package is produced. Specify -tsa none to disable time-stamping. However, an AIR application packaged without a timestamp ceases to be installable after the signing certificate expires.
Chris

Similar Messages

  • Save a panel with a graphic into a bmp file

    I need to save a panel with a draw to a bmp file or a jpeg file, but I don't know which classes and methods I have to use.
    Thank for your help.

    Sorry, made an incomplete posting!!
    Here's all the code, hope it helps!
      public Image getScreenshot()
           double scale = 0.67;
              BufferedImage result = new BufferedImage( this.getWidth(), this.getHeight(), BufferedImage.TYPE_4BYTE_ABGR );
              Graphics2D g = (Graphics2D)result.getGraphics();
    //          g.scale( scale, scale );
              paintAll( g );
              // Crop image
           result = result.getSubimage( m_borderThickness,
                                                                                  m_borderThickness,
                                                                                  m_width-m_borderThickness,
                                                                                  m_height-m_borderThickness
           // Save as JPG
              String fname = "D:\\temp\\test4.jpg";
              try{
                   FileOutputStream out = new FileOutputStream( fname );
                   JPEGEncodeParam param = JPEGCodec.getDefaultJPEGEncodeParam( result );
                   param.setQuality( 1, false ); // use maximum quality
                   JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder( out );
                   encoder.encode( result );
                   out.close();
              } catch( IOException e ) {
                        e.printStackTrace();
                        throw new Error( "Could not save " + fname + " with JPEGImageEncoder" );
              // Load and Re-Scale JPG
              Image img = new ImageIcon( fname ).getImage();
              return result.getScaledInstance( (int)(result.getWidth() * scale),
                                                                                            (int)(result.getHeight() * scale),
                                                                                             //Image.SCALE_DEFAULT
                                                                                            Image.SCALE_AREA_AVERAGING
                                                                                            //Image.SCALE_SMOOTH
      }

  • Proxy auto-configuration (PAC) files

    After some advice on how to create and serve proxy auto-configuration (PAC) files..?
    How to set one up. Syntax, etc.
    Thanks in advance,
    Tim.

    Proxy auto config files are Javascripts that parse the requested URL and return a response to the browser telling it where to go to get the content.
    More info is available in multiple formats

  • Save the password but disable the auto fill

    Hi All,
    I have a typical requirement in ff 3.5.15, where i want to save the password for any login. but i do not want to use the auto fill for filling the password automatically.
    In short , i want to use the password save option but disable autofill . Is it posible.
    Thanks in advance

    See http://kb.mozillazine.org/Password_only_filled_after_entering_user_name
    Set the pref signon.autofillForms to false on the about:config page.
    See http://kb.mozillazine.org/signon.autofillForms
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • Save waveform data with corresponding time array to spreadsheet file

    Hello to all
    I am looking for a possibility to save voltage data acquired and displayed continousely to a spreadsheet file. Acquiring and displaying is not a big problem, but I have troubble to save the data with the corresponding timestamp with more than seconds accuracy. I am acquiring the data at 1000 Hz and read packages of 500 samples. The recording time should not be limited, it will be started and stopped manually. In fact the acquired voltage data first has to be scaled and than saved. If I use the 'WRITE WAVEFORM TO SPREADSHEET' VI the time column is in seconds' accuracy and that is not what I need. If I create my own time array from the waveform parameters I have timing problems. The accuracy in time should reflect the sample rate. I will attach one of my not very successful trials for better understanding.
    please help a newcomer!
    Thanks in advance
    Thomas
    LV 7.1
    Attachments:
    display & record forces v.1.0.vi ‏181 KB

    I usually follow a simple method to generate time stamp
    I keep sampling rate and number of samples to read as equal and do as shown in the attached VI
    I also remember building a VI with a small modification to this time stamp generation logic to cater to acq, where number of samples to read is half/one fourth/one tenth of sampling rate specified, but cannot find that VI.
    Hope this helps
    Regards
    Dev
    Attachments:
    Acq_DAQmx_filesave_time stamp.vi ‏121 KB

  • How to save changes developed with LR to the original photo file?

    Once changes developed I want to save them onto the original file. I export the selected image (original photo + changes) with overwriting choice but the result file has only the original and not the changes

    Presumably we’re talking about something other than RAW files, here, right?
    LR is not Photoshop.  I don’t think you can overwight your original during an Export because it is in use.  LR isn’t really set up to do this, anyway.  LR is non-destructive so it would apply whatever settings it has for an image to the image and display the result for you.  If you overwrote the image, then LR would still apply the settings it had for the original image to the new image with the same name and would effectively be applying the settings twice, which is not what you want. 
    What you probably want to do is export to a subfolder and then re-import those images so what you’ve exported are distinct from your originals.  If you really don’t want your originals after the export, just delete the originals and leave the exported images that you’ve already imported.

  • Issue with host resolution using a pac file on Internet Explorer 11

    Hi guys,
    I'm facing a weird issue on IE11 that is causing some complains from the end users. I've a pac file configured on IE11 and when I open the IE11 on the first time it takes around 45 seconds to load the webpage content. So I'm able to open a new tabs and type
    new addresses but the content is only loaded after 45 seconds.
    I was analysing the issue and I figured out that is related with a non-sense/stupid dns lookup when you have a pac file configured on IE11, using the rule isInNet(host, “pattern”, "mask").
    The first time you open IE11 the host is resolved as dummy, instead of the homepage or the web address typed, so you'll find a lot of queries by dummy, when it doesn't exist at all. If you have several dns servers configured and with a slow connection then
    you get around 45 seconds or more until you get the webpage content.
    This issue isn't appearing on IE8 or Google Chrome, so it should be some bug on IE11, I suppose.
    Please keep in mind that I've tested in using my corporate image and using a vanilla image (zero-customizations) and the behaviour/output was the same.
    Has someone faced the same issue already?
    Thanks in advance,
    Valter Anjos

    Hi Valter,
    I think this thread is specific to TechNet IE forum. So I am helping you to move this thread directly into that forum. Thank you for your understanding.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • CURED! Safari 6 won't save login passwords autofill

    This has been bugging me to no end since installing Safari 6.
    It appears that Safari 6 now complies with websites who have "autocomplete=off" hidden in the URL, which means it will not save passwords like it did before. Upon numerous attempts to research for a cure for this major annoyance, I finally stumbled across a discussion on the subject.
    There is an extension you can install for Safari that overrides this. I just installed it and tested it with PayPal and Craigslist, and it works perfect!
    You will have to make sure the username and password are already present in Keychain Access. If they aren't, add them manually.
    Here's the direct download link for the extension. It will automatically download when you click it. Just click on it to install like any extension.
    This is a genuine fix for this issue. You can check my previous posts to know I'm not pushing spam or anything else of the sort.
    ENJOY!
    http://lapcatsoftware.com/downloads/autocomplete.safariextz

    Sorry, Didn't work here! installed, rebooted tried everything. Extension showes up but still dosent work

  • Login problems with create pdf,share and my files

    Hello ,
    When I currently go to www.acrobat.com on my windows xp
    computer and try to go to one of the create pdf,share and my files
    and click on begin I get a message saying sorry this service is
    temporary unavailable but when I click on learn more it says all
    service are up and runing. Does anyone know what is wrong and if
    the service is down when will it be fixed.?

    Hi Sue!
    This seems like a separate issue you're running into. It is
    good that you can get logged in, but odd that you're only seeing
    partial functionality in your user.
    How many files are missing? Is this affecting certain file
    types?
    Did you ever see files in your My Files section?
    How long have they been unavailable/missing?
    When uploaded, did they complete making it through the
    scanning process?
    Can you see files in your Buzzword organizer? (which is a
    different section than your My files organizer)
    Create new documents?
    It would be good to get another browser as a comparison test
    here as well, to see if there is any different behavior!
    It could be firewall related, but what you could do is maybe
    try logging into your account from another person's computer for a
    moment, to see if the files are visible there?
    Otherwise, the test from home, or laptop at a coffee shop,
    would be another good test!
    Get back to us with some of these questions answered, and
    we'll see about getting you up and running!
    Cheers,
    Pete

  • O authorize the user with Unix Login/Password ?

    Hi all,
    I am developing an web tier application with login page on unix server and deploying on WebLogic 8.1.2.
    I need to authorize the user login/password with unix user_id and passwd. Is there a document that describe the procedure ?
    Thanks,
    Satyam

    Hi all,
    I am developing an web tier application with login page on unix server and deploying on WebLogic 8.1.2.
    I need to authorize the user login/password with unix user_id and passwd. Is there a document that describe the procedure ?
    Thanks,
    Satyam

  • Lync 2010 - Disable "Save My Password" Checkbox on Lync Client

    Hello,
    I am deploying Lync 2010 to workgroup computers and would like to disable the "Save My Password" checkbox on the Lync login screen.  Does anyone know how this can be configured in the registry?
    Thanks

    Hi Tom,
    I don't understand how it work because I have users that, even without save the password, clients will not "auto-login", but there are others users who
    behave the
    way you say. For example, when i try to login with the user "lynctest" in my computer (pc1, it's not a member of domain), always ask me for credentials. However, in other computer that also is
    not a domain member (pc2), when i try to login with the same user, no ask me for credentials. If I revoke the cert auth for lynctest, the first time that log on in pc2 ask me for credencials. Then, never again. In pc1,
    still works the
    same way.
    I
    hope your help!
    Fernando

  • I forgot my keychain login password

    I don't remember my keychain password (the one you use to unlock the keychain and stuff). I've tried a bunch of different passwords that I use...like my admin. password but it doesn't work...how can I reset it or recover it? thanks
    iMac G5   Mac OS X (10.4.8)  

    > I was interested to note your comment about being unable to reset the login keychain password after resetting the admin password on a computer with the install disk.
    Resetting your login password with the install disc does not reset the login keychain password. When creating a login account and password, the password for the account's login keychain is the same as the login account password. If you want the login keychain password to be different, you must change it via Keychain Access. Changing the login account's password via an install disc does not change the login keychain password for the login account. I believe this is for security reasons. Although a thief can gain access to a person's login account and home folder/directory by using an install disc to manually change the login password for the account, this does not change the login keychain password also so sensitive data stored in a person's keychain cannot be accessed without knowing the original login account password that matches the original login keychain password.
    1. If you require password to wake this computer from sleep or screen saver, someone can't. To have your keychain extra secure, you can also make your login keychain password different from your login password but if your login password is not the same as your default keychain password, you'll be asked for the password whenever an application needs access to your keychain and your keychain is locked - but this would be more trouble than it is worth IMO.
    2. Same as the answer to 1.
    3. Someone can't if you disable automatic login for your login account which is highly recommended. Even though I currently live alone, I have automatic login disabled for my login account. If someone steals my PB and has access to an install disc to manually change the password for my login account, they can gain access to all my data in my home folder/directory but not gain access to sensitive data stored in my login keychain which is not automatically changed when manually changing the login password with an install disc.
    This is also where utilizing an encrypted disk image comes into play to store sensitive data but to be extra secure, you should not store the password for an encrypted disk image in your keychain. My encrypted disk images require that I manually enter the password to mount the encrypted disk images but the downside when doing so is if you forget the password for the encrypted disk image, all data stored within the disk will be lost with no way to recover it.
    Overall it is probably best to store the password for an encrypted disk image in your keychain but if you give someone else access to your Mac when logged in to your account, any encrypted disk image will mount automatically when selected which is also why it is best not to allow anyone else to access your Mac via your login account.

  • HT1277 After i changed the login password on my father's mac he could no longer access email through apple mail on either the mac or his ipad. any suggestions as to how to fix this problem?

    After i changed the login password on my father's mac he could no longer access email through apple mail on either the mac or his ipad. any suggestions as to how to fix this problem?

    See if this helps...
    Mac OS X 10.4 Help, I forgot a password in my Keychain
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1960.html
    Mac OS X 10.4: Keychain Access asks for keychain "login" after changing login password...
    http://support.apple.com/kb/HT1631

  • Parse JavaScript '.pac' file and get proxy details using C# code

    Hi,
    I have PAC  file --> (A proxy auto-config (PAC) file defines how web browsers and other user agents can automatically choose the appropriate proxy server (access method) for a given URL (inbound request)).
    This PAC file contains a JavaScript function “FindProxyForURL(url, host)”. This function returns a string with one or more access method specifications. These specifications cause the user agent to use a particular proxy server or to connect directly.
    Eg:
    function FindProxyForURL(url, host)
                    // declare variable strings
                    //incorrect proxy value
                    var use_proxy_yes = "PROXY MyWrongServerAddress:8080";
                    //correct proxy value
                    //var use_proxy_yes = "PROXY MyCorrectServerAddress:8080";
                    var use_proxy_no = "DIRECT";
                    //we can keep adding all the url here for which we do not want proxy
                    if (shExpMatch(url, "*.MyWebsite.com*")) { return use_proxy_no; }
                    // Proxy anything else
                    return use_proxy_yes;
    } This method will be saved as 'proxy.pac' file.
    From C# code i have to parse the above 'proxy.pac' file and get the proxy value that it returns based some condition specified in above method.
    Please someone help me know how i can achieve the above requirement. Thanks in advance.
    Chetan Rajakumar

    Hi,
        HTTP Connection created in ECC is used for retrieving the SWC components of IR....but it cannot be used by PI for psoting the data to Proxy...
    so in this need to provide the needed details at XI adapter level ...
    chk the below blog which can give u an idea...
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    Also for the above error check below threads
    SLD_NO_OWN_BS
    error: SLD_NO_OWN_BS, proxy scenario
    HTH
    Rajesh
    Edited by: Rajesh on Apr 15, 2010 12:04 PM

  • My app store is not working after installing mavericks. When I open app store it repeatedly asking me to login with apple ID and to provide User name and Password for proxy authentication in a loop.I am a newbie to mac,Please help me.

    My app store is not working after installing mavericks. When I open app store it repeatedly asking me to login with apple ID and to provide User name and Password for proxy authentication in a loop.I am a newbie to mac,Please help me.

    Hmmmm... would appear that you need to be actually logged in to enable the additional menu features.
    Have you tried deletting the plists for MAS?
    This page might help you out...
    http://www.macobserver.com/tmo/answers/how_to_identify_and_fix_problems_with_the _mac_app_store
    Failing that, I will have to throw this back to the forum to see if anyone else can advise further.
    Let me know how you get on?
    Thanks.

Maybe you are looking for