Hi,

I just say this goodie from InetMgr.h. It looks like you can bypass the
CTP proxy by setting inetSettingProxyType to inetProxyNone. Has anyone
done this? Does it work with OS 3.5?

What about OS 4.0?

My main objective is to get POST to work without the url-encoded data on
my PalmVIIx/OS3.5.

Thanks!


typedef enum {
    inetProxyNone = 0,        // no proxy
    inetProxyCTP = 1          // CTP (Jerry) proxy
} INetProxyEnum;

typedef enum {
    inetSettingProxyType,     // (RW) UInt32, INetProxyEnum
                             
    inetSettingProxyName,     // (RW) Char[], name of proxy
    inetSettingProxyPort,     // (RW) UInt32,  TCP port # of proxy
    
    ...
} INetSettingEnum;


- Ioi

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to