• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
Question by andrew · Mar 31, 2010 at 12:13 AM · wwwproxy

how do i use the www class using a proxy server

I need to access a web address but it is failing due to the institutions proxy not being used by unity (it is set in osx system prefs but seems to be ignored by unity) any help on how to manually use the proxy?

cheers

Comment

People who like this

0 Show 0
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

3 Replies

· Add your reply
  • Sort: 
avatar image
Best Answer

Answer by qJake · Mar 31, 2010 at 12:16 AM

Don't use the WWW class, use something like System.Net.WebClient (MSDN) or the HttpWebRequest (MSDN) class. Both of these, as far as I remember, support basic HTTP proxying.

Comment
andrew
burnumd

People who like this

2 Show 3 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image andrew · Mar 31, 2010 at 01:10 AM 0
Share

thanks SpikeX : HttpWebRequest works a treat..

avatar image andrew · Mar 31, 2010 at 11:16 AM 0
Share

only problem is that the request stalls all rendering.. anyway you know of yielding whilst this takes place like you can do with a WWW class yield?

avatar image qJake · Mar 31, 2010 at 08:12 PM 0
Share

Just thread the request asynchronously. Look at the System.Threading.Thread class. - http://msdn.microsoft.com/en-us/library/system.threading.thread.aspx

avatar image

Answer by AngryAnt · Mar 31, 2010 at 09:24 AM

Notice that for webplayers, WWW does handle proxies just fine. All WWW calls go through the browser and thus use its settings for proxies etc.

Comment
burnumd

People who like this

1 Show 0 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image

Answer by macs_yums · Jun 08, 2011 at 12:23 AM

http://forum.unity3d.com/threads/69896-Using-Unity-when-behind-a-proxy?highlight=HTTP_proxy

was finally able to solve this by setting the user ENV Variable HTTPS_proxy to http://www{my own proxy}:8000. This was instead of the HTTP_proxy. It was confusing, because apparently the "Check of Updates" does not use a secure conneciton (so it worked with HTTP_proxy), but the Assett Store does require a secrue connection.

WWW class also seems to work.

Comment
Sarudan

People who like this

-1 Show 0 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Follow this Question

Answers Answers and Comments

1 Person is following this question.

avatar image

Related Questions

Localhost WWW proxy issue (can't bypass?) 1 Answer

establish a connection with server to send request for a json. 1 Answer

Generating LoadFromCacheOrDownload CRC value 1 Answer

Can I create a normal map from a www.texture? 0 Answers

Combine OpenURL with WWW post? 2 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges