• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

bypassing GPRS proxy from within MIDlet

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

The GPRS connection setting that I am using comes with proxy server in it. Can we program our MIDlet so that we bypass this proxy server make it 0.0.0.0 empty?

Are there any HTTP headers that can be changed to change the proxy server or embeding something into the URL.

Can we handle the GPRS connection of the mobile phone? since it is something out of the context of J2ME, which we can not touch

Thnx
reply
    Bookmark Topic Watch Topic
  • New Topic