HTTP Proxy / Auto config script on Wifi

I am currently running a Curve 9220. I am in an area where the WiFi network requires an http proxy and port to be inputted along with authentication or the automatic configuration script can also be entered along with pop-up window for authentication. How can i enter these settings into my BB to make my wifi work?

Hey daraius1995,
Welcome to the BlackBerry® Support Community Forums.
The BlackBerry smartphone does not have an option to configure HTTP Proxy for Wi-Fi, this is by design. For more information please see the following article:
No option to configure HTTP Proxy for Wi-Fi on the BlackBerry smartphone
http://btsc.webapps.blackberry.com/btsc/KB32112
Thanks.
-HB
Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

Similar Messages

  • Proxy Auto Config Web Test Plugin - VS 2012

    Hello,
    I am hoping someone can help me with my problem. I've currently created a number of web tests which require a web test plugin in order to run. The issue that I am having is that our company proxy is via Proxy Auto Config file.
    But I cannot find anything about passing this in to the WebProxy object.
    Is there another option for me to pass the config file or url to the file so that my web tests will run correctly?
    Thanks in advance for any help. 

    Hi Pir.Rad,
    This blog introduced how to set  proxy in web test plug-in:
    http://blogs.msdn.com/b/rogeorge/archive/2009/06/23/how-to-authenticate-to-a-proxy-server-within-a-visual-studio-webtest-using-visual-studio-2008-sp1.aspx
    You can reference “So, why do I need to do this in code in a plugin?” section in this blog to write your
    own code.
    Best 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.

  • Cannot set Proxy Auto Config in iPhone/iPad Configuration Profile

    Hi, All.
    Our enterprise uses internal and external DNS, and we leverage Proxy Auto Config (PAC) files to determine how to resolve hostnames.
    I can create a VPN Configuration Profile with the URL for the PAC file, so that when the VPN is enabled, it will start using the PAC file to resolve.
    However, there is no such option in the WiFi Configuration Profile.
    Any idea if there is a way to automate this, or if Apple intends to include this in a future version of iOS or iPCU?
    Thanks,
    David

    Ooops. Sorry, I meant "10/8", not "10/24" IP range.

  • Proxy auto-config (PAC) impacts ssh, scp, sftp

    Dear all,
    I have this problem I am trying to find leads on how to understand and eventually solve it.
    I am doing a lot of development under Unix. I'm spending most of my time at work on X11 (XQuartz) logged in on remote Unix servers using all "S" versions of standard protocols.  I'm under Snow Leopard because Lion is no good to my workflow (sorry to say this).
    Since my employer has contracted an external company to filter all outgoing HTTPS traffic - and has updated the legacy proxy PAC file accordingly - I encounter huge latency problems with my ssh, scp and sftp traffic with my remote Unix servers : all "S" protocols are routed through the external company HTTPS filter.
    I have created one Network Location (network sys prefs) that uses "Automatic Proxy Configuration" to point to the PAC file server (a).
    I have create another Network Location that activates a distinct proxy setting for HTTP and the same for HTTPS protocols. I've set up as Web Proxy server the one defined as PROXY  in the PAC file (b).
    Using (a) Network preference, all my ssh and scp traffic initiated under X11 is slow as a drag (10kb/s on a 100baseT full duplex to the server in the same building) because it gets piped through the external https traffic filter.
    Using (b) Network preference, no problem at all with ssh and scp, and Safari can browse both http and https sites as per company rules.
    My question is how can this setting of Network preference - combined with a PAC file - can influence a traffic that is secured through ssl but is not HTTP nor HTTPS ! 
    I am looking for some documentation that would help me understand how Proxy auto-config is implemented in the network layer and if there are any recommendations I can do to my network team to fix their PAC file, perhaps, to restrict the proxy configuration to only http and https.
    Any lead will help.
    Thanks,
    Thierry
    The PAC file (stripped of restricted info). Note: The remote servers I'm working on are in the 10/24 IP range and a segment of a Class B my company owns.
    function FindProxyForURL(url, host)
              var proxy = "PROXY XXX.YYY.ZZZ.1:80; PROXY XXX.YYY.ZZZ.2:80" ;
    if (
              shExpMatch(host, "10.*.*.*")  ||
              shExpMatch(host, "192.168.*.*")
              return "DIRECT";
    else
              return proxy;

    Ooops. Sorry, I meant "10/8", not "10/24" IP range.

  • Http proxy auto keeps turning off?

    Hi, I have an iPhone 5s and the http proxy auto keeps turning off but i need it on auto. Plus the settings i put in the auto keep disappearing?

    Have you found any solition to this? Very frustrating, same thing with my iPhone 5. iPad happily keeps it on auto, but iPhone won't stick.

  • Invoke Proxy Auto-Config functions from applet

    hello,
    i heared that we can get proxy information for a URL from Proxy Auto-Config File(.pac), how can we invoke function FindProxyForURL(url, host) in the .pac file, so that i can use the returned proxy details in my java program?
    or, i came to know that package org.mozilla.pluglet.mozilla contains few classes which does the same. from where i can download the package?
    thanks in advance....
    Sojan

    i am also having this problem. i have been searching for atleast two days and have not yet succeded in finding the proxy address. i would be very thankful if someone who has done this before can help.

  • Access proxy from terminal using proxy auto-config

    I know about using ntlmaps to wrapper my proxy configurations e get access from Terminal, iTerm2, &c exporting http_proxy variable and others. But I don't want go on using this approach because it simply ***** (forgive me for this word...) for a lot of issues.
    I would like simply setup my proxy environment on Network Preferences/Advanced/Automatic Proxy Configuration: (host: http://myproxy/proxy.pac) and using this setup for a whole system, including my terminals. Therefore, are there any way to reach it?
    Another details, my proxy is authenticated and uses ntlm type and in browser I use internet without problems.
    Thanks a lot for any help!
    -Leo

    I am not quite sure what you are looking for. Mac OS X has supported auto proxy configuration since 10.6 Snow Leopard was introduced (acutally in response to a request I made ). If you open System Preferences, click on Network, then go to the Advanced settings for your network interface, in the Proxies tab there is an option called Auto Proxy Discovery. This is different to Automatic Proxy Configuration which was also available in previous versions of OS X. Automatic Proxy Configuration uses a selected PAC file (Proxy Auto Configuration file) but Auto Proxy Discovery uses the WPAD method of finding your proxy server.
    See this article for information about WPAD (Web Proxy Automatic Detection).
    http://en.wikipedia.org/wiki/Web_Proxy_Autodiscovery_Protocol
    WPAD uses either an option advertised from your DHCP server giving the address of your proxy server, or WPAD can use a standard URL based on your domain name to download a dat file containing your proxy server details.
    I have seen reports saying the the DNS method is problematic with Mac OS X but also seen reports that the DHCP method does work with this option successfully. So my suggestion is to define the DHCP option code 252 to advertise your proxy server.
    Note: Thanks to yet another request I made in the past the Mac OS X DHCP Server can be manually configured to define additional DHCP option codes including option 252. The ability to define DHCP option codes was added in Mac OS X 10.5 Server (Leopard).

  • A lan address for proxy auto config in mozilla firefox!

    i must type a lan or pac file address in network auto config proxy addres line.

    It is not possible to enter internet information in the Advanced > Network > How Firefox connects to the internet> Settings... When you click on "Auto-detect proxy settings for this network" that option is greyed out. Auto detect detects the system configuration. Please make sure that the system proxy configuration is set up correctly.
    If you have any other questions, please do not hesitate to ask.

  • Flash plugin use PAC (Proxy Auto Config)?

    Hi,
    I know the flash plugin uses the browser proxy settings.
    But is this still true if the browser is set to use PAC
    (proxy auto congifuration) files to do proxy settings?
    Thanks,
    Felix

    You might check these links out. I am seeing the same issue
    and think the links provide some insight to the problem.
    http://bugs.adobe.com/jira/browse/FP-519
    http://bugs.adobe.com/jira/browse/FP-673

  • Is Proxy Auto-config functional?

    I find that when using a PAC file to configure browsers on Tiger, it just does not work. Manual proxy settings work as expected; and the PAC file method works on other platforms - but not the Mac. Is this a known issue?

    Hi Chavez, are you using these steps...
    http://www.its.unimelb.edu.au/support/networks/proxy/macosxtiger
    One problem/fix...
    http://www.joesapt.net/2005/12/29/14.44.11/

  • Java proxy auto-configuration and Microsoft PAC script extensions

    Hi,
    Within our proxy auto-configuration PAC script, we have to use the Microsoft IPv6 PAC script extensions such as myIPAddressEx rather than the old myIPAddress. This is required in order to get the PC's internal 10.0.0.0/8 IPv4 address rather than the IPv6 or wi-fi card addresses that are often returned when using myIPAddress.
    However, as soon as we change from myIPAddress to myIPAddressEx, Java seems to be unable to process the PAC script.
    Here are the extensions (introduced many years ago:
    IPv6-Aware Proxy Helper API Definitions (Windows)
    Question - does Java support these extensions or have plans to?
    Thanks,
    Kev.

    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

  • 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

  • Specific WiFi access point HTTP proxy always turning off?

    Hello,
    My corporate - issued iPhone 4S which is currently sporting 6.1.1 has a weird issue - the corporate WiFi access point HTTP proxy setting always defaults to Off after trying to set it up with a Auto setting and entering a URL to our company's PAC file. My colleagues do not have the same issue - they are able to setup HTTP Proxy to Auto and enter the URL to the PAC file. I tried this with other access points (non-corporate) and it works fine. Is this something specific to the WiFi profile pushed to my device? I've tried contacting our company's IT personnel in charge and they weren't able to give me an answer. Hoping someone here can. Thanks in advance!
    Cheers

    To remove access poit, go to settings>connectivity>settings>Destination>Internet>long hold access point and select delete.
    For Gmail, don't use it, but if you remove/delete mailbox and then set it up again it should work fine, also heard that during set up if you reject terms and conditions and set up manually it works better ?
    http://asimag.wordpress.com/2007/06/22/how-to-configure-gmail-account-on-your-n95n73/
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • HTTP Proxy settings for WIFI

    I am trying to access the wifi at work which requires me to use a http proxy.
    I can connect to the network in my company from my PC without any issues by giving the url in the lan settings
    When I open the browser it asks for the user id and password and once I authenticate it allows me internet access
    However I am having trouble mapping this into the iphone I realise I have two options i.e manual and auto
    Can someone help me map these settings or direct me to a forum where some has done this successfully
    Thanks.

    Your post is not going to be seen by the Apple Engineers. This is a users forum. You should contact Apple Technical Services directly.
    There is a new version of Apple Configuration Utility that just came out in the last two weeks. Manually setting the proxy settings isn't really very hard to do so I'm not sure what the concern is.

  • IPhone 6 problem with Wifi/Http Proxy settings being lost

    In Settings/Wifi, you can set up a Manual Http Proxy
    I have noticed a bug only seen on iPhone 6, where it doesn't store the Manual Http Proxy setting you enter.
    e.g. You enter a Server and a Port number. If you then press Wi-Fi in top left to exit this screen, it doesn't store your settings and the Manual settting is not there when you come back into the screen.
    This does not happen on the following devices
    iPhone 5 with iOS 8.1
    iPad Mini with iOS 7.1.2
    iPad Air with iOS 8.1
    It seems to be an iPhone 6 issue, not an iOS 8 issue, as it works in iOS 8 on other devices.
    Anyone else noticed this?
    Note: This "Manual Http Proxy" setting is used by Web Testers (such as me) when trying to use the program called Fiddler to setup access to development servers (on PC and Mac you edit the hosts file to achieve same thing)

    I 've met a similar issue.  It's about Auto proxy instead of Manual proxy in your case.
    I solved it by chose 'Forget this network'  then search that wifi, input password connect again.
    I guess the reason might be the new iPhone's network connection is restored from back-up of old iPhone?
    Anyway, reconnection solved my problem. Hope it works for you too!

Maybe you are looking for

  • WebServiceException When invoking secured ADF-BC web services on WebSphere

    We built web services using ADF 11.1.1.7 RC1, and deployed to WebSphere ND 7.0.0.23 The web services are secured using OWSM policy: @SecurityPolicy( { "oracle/wss11_saml_or_username_token_with_message_protection_service_policy" }) And we have a clien

  • Photo Folders, unable to view them

    I can see photos from a particular folder,  but when I go to photo folders all I see is a black box. I am unable to see them but it will scroll thru them? I can select a random location in the black box & it will the change photos but I never know wh

  • Command + Tab Q?

    while the command + tab takes to me different programs that are currently open on my computer, I cannot choose particular files that are open within each program. For example, if I have multiple instances of safari open, I cannot use command+tab to g

  • Legacy-XI-R/3

    How do we achieve the scenario Legacy System (Oracle)-XI-R/3 ... Is there any Web Blog which discusses this scenario.....How many interface we'll be using for this scenario....Thank you...

  • About Nokia 6303 classic latest update 10.12

    Today i've updated my Nokia 6303 classic to new firmware version of 10.12. Is it a official update? I've updated it via OVI suit. Details: Nokia 6303 classic V10.12 08-04-10 RM-443 [c]Nokia Variant : 255.01 Virtual Variant : No Virtual Variant Lanuag