Discussion:
DTPT proxy support
Aurelien Bompard
2009-07-18 16:13:14 UTC
Permalink
Hi people,

I've been working these last days on HTTP proxy support for DTPT. The aim is
to mimic ActiveSync's behavior in this regard:
http://blogs.msdn.com/windowsmobile/archive/2006/11/20/wmdc-activesync-pass-
through-feature.aspx

I've got something that seems to work, but still needs more testing,
especially in a different environment.
If you're interested in the feature, would someone be willing to help test
it ? You need to be using a proxy at home or at work, with a firewall
blocking direct internet access.

Should I just post the code here or on a sourceforge tracker ?

Thanks

Aurélien
--
http://aurelien.bompard.org ~~~~ Jabber : ***@jabber.fr
One OS to hook them all
One browser to find them
One word processor to bring them all
And in monopoly, bind them...
Mark Ellis
2009-07-19 08:14:30 UTC
Permalink
Post by Aurelien Bompard
Hi people,
I've been working these last days on HTTP proxy support for DTPT. The aim is
http://blogs.msdn.com/windowsmobile/archive/2006/11/20/wmdc-activesync-pass-
through-feature.aspx
I've got something that seems to work, but still needs more testing,
especially in a different environment.
If you're interested in the feature, would someone be willing to help test
it ? You need to be using a proxy at home or at work, with a firewall
blocking direct internet access.
Should I just post the code here or on a sourceforge tracker ?
Thanks
Aurélien
Cool ! I won't be able to test this directly but hopefully some of the
guys can. A tracker item is probably best.

Thanks !
Mark
Dr J A Gow
2009-07-19 16:30:41 UTC
Permalink
Post by Aurelien Bompard
Hi people,
I've been working these last days on HTTP proxy support for DTPT. The aim is
http://blogs.msdn.com/windowsmobile/archive/2006/11/20/wmdc-activesync-pass-
through-feature.aspx
Am I missing something here? Thought we already had DTPT support in
sync-engine?

John.
Aurelien Bompard
2009-07-19 17:04:32 UTC
Permalink
Post by Dr J A Gow
Am I missing something here? Thought we already had DTPT support in
sync-engine?
Yes, but DTPT did not work if your only way to the internet was through a
proxy.
When the computer has a proxy configured, ActiveSync "sends" it to the
device on connection. My patch does the same.


Aurélien
--
http://aurelien.bompard.org ~~~~ Jabber : ***@jabber.fr
In God we Trust. All others must submit an X.509 certificate.
Dr J A Gow
2009-07-19 18:02:32 UTC
Permalink
Post by Aurelien Bompard
Post by Dr J A Gow
Am I missing something here? Thought we already had DTPT support in
sync-engine?
Yes, but DTPT did not work if your only way to the internet was through a
proxy.
When the computer has a proxy configured, ActiveSync "sends" it to the
device on connection. My patch does the same.
Ah, that makes sense. I never tested the original DTPT implementation
with a proxy. Thanks for your patch!

John.

Loading...