• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Wireless Toolkit and proxy

 
Ranch Hand
Posts: 247
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I posted this in the SCMAD forum but realised this is a better place
https://coderanch.com/t/157366/po/certification/Wireless-Tool-Kt-Proxy

I'm trying to make a http connection but I can't get past the proxy server.
In the config it has a place to enter the location of the server but not the usename & pass

How can I get the emulator to work with the proxy?

Thanks

Kris
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is on the proxy server. Is this the Web Server?

Mark
 
Kris Reid
Ranch Hand
Posts: 247
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
At work we connect to a procxy server to access the internet.

I am writing a midlet to connect to a website and download content but the proxy doesn't let the midlet through. It needs the username & pass but the WWTK has no where for you to enter a username & pass.

Any ideas?
 
Kris Reid
Ranch Hand
Posts: 247
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Has anyone had this problem before?
Someone must have worked with a proxy
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I'll say this, on the real device, you won't have a proxy, so your test while just checking isn't good testing.

What about using another machine that is outside the proxy. Or create a local Web Server and host the site locally for testing.

Mark
 
Ranch Hand
Posts: 904
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Or create a local Web Server and host the site locally for testing.



This would also be, what I would recommend. Tomcat is very easy to get up
and running - the same applies for IIS.

/Svend
 
Kris Reid
Ranch Hand
Posts: 247
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have set up a local web server for basic testing.
but the website I need to connect to requires heaps of dynamic content that will take far to long to emulate on a local machine.

Thanks any how
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well if you are doing this right now for testing, then on your local machine you can make MockObjects to emulate the heaps of dynamic data.

But if you need this environment to work in production, then the System Administrator will need to create a public interface to allow your connections.

Mark
 
My first bit of advice is that if you are going to be a mime, you shouldn't talk. Even the tiny ad is nodding:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic