Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
New Developer
schedal
Posts: 8
Registered: ‎01-28-2010
My Carrier: T-Mobile

can't connect to all websites

Hello, finally have a blackberry emulator working.

MDS installed, Java JDK-6u18-windows-i586, emulators 9700 and 9630

 

I can connect to www.google.com just fine

I can NOT connect to google.com

 

I can also not connect to the site I need to test, which begins/ends with m.mysite.com

 

I have tested a different site without the www in front, like my personal website: chedal.org and it works fine with and without the www in front...

 

so this is completly unpredictable. Unfortunetly the site that doesn't work, is the one I actually need to test...

 

Any idea why this is happening?

 

Thanks,

 

S.

 

 

Please use plain text.
Developer
Posts: 107
Registered: ‎09-25-2008

Re: can't connect to all websites

At the DNS level, www.domain.com and domain.com are completely different addresses. Just because one works doesn't say anything about whether the other should work. Most servers will automatically set up DNS entries for both, but there is no guarantee of that.

Please use plain text.
New Developer
schedal
Posts: 8
Registered: ‎01-28-2010
My Carrier: T-Mobile

Re: can't connect to all websites

So since my computer can connect to both, and the emulator can't -- where can i find/fix the problem?

 

Thanks,

 

Seb.

Please use plain text.
New Contributor
scharbit
Posts: 7
Registered: ‎03-03-2010
My Carrier: orange

Re: can't connect to all websites

I just installed the 9700 emulator and I can't connect to any site, including www.google.com.

Of course my PC can connect to any web site.

I need some help, I'm new with this emulator.

Thanks

 

Please use plain text.
Developer
iamtony
Posts: 87
Registered: ‎02-26-2010
My Carrier: Rogers

Re: can't connect to all websites

If it's through a Widget, you'll probably have to set permissions through the config.xml

 

<access uri="http://www.google.com" subdomains="true" />

Please use plain text.