Jack
2007-10-25 20:26:58 UTC
Hi,
I've written a win32 C++ app which connects via wininet. Everything works
fine.
The further complication is the app runs on win CE (PPC & SP).
Now I've gotten to to thinking about proxies which I don't really
understand.
If the user set up the phone to use proxies in say PIE, then connects to the
proxy, I then boot up my app and my app connects with
hInternet= InternetOpen(lpszAgent, INTERNET_OPEN_TYPE_PRECONFIG, NULL, NULL,
0);
will the app connect via the proxy by default?
What happes if I'm connecting through wi-fi or the cellular network
(GPSS/HSDPA)?
What will the connection look like to the Web Site the app is browsing? Will
it be from the proxy or from the telecom providers servers?
Sorry if the questions are vague. Any pointers appreciated.
I've written a win32 C++ app which connects via wininet. Everything works
fine.
The further complication is the app runs on win CE (PPC & SP).
Now I've gotten to to thinking about proxies which I don't really
understand.
If the user set up the phone to use proxies in say PIE, then connects to the
proxy, I then boot up my app and my app connects with
hInternet= InternetOpen(lpszAgent, INTERNET_OPEN_TYPE_PRECONFIG, NULL, NULL,
0);
will the app connect via the proxy by default?
What happes if I'm connecting through wi-fi or the cellular network
(GPSS/HSDPA)?
What will the connection look like to the Web Site the app is browsing? Will
it be from the proxy or from the telecom providers servers?
Sorry if the questions are vague. Any pointers appreciated.