Link to home
Start Free TrialLog in
Avatar of scuba_driver
scuba_driver

asked on

EtcProtocol (download needed)

I know I am not the first who's asked this question. People, who has EtcProtocol MS example for download. It used to be on SoftLib ftp site.
Thanks.
Avatar of jkr
jkr
Flag of Germany image

Are you looking for the one mentioned in http://www.microsoft.com/mind/defaulttop.asp?page=/mind/0199/cutting/cutting0199.htm&nav=/mind/0199/inthisissuecolumns0199.htm ? MS seems to have removed the KB article, but maybe the above article is helpful...

Check also http://codeguru.com/atl/asyncpp.shtml
Avatar of scuba_driver
scuba_driver

ASKER

Thanks jkr,

I have everything available from MSDN, Web and Groups. All existing examles are originate from the same source - EtcProtocol sample. I wanted to see what the original looks like.
I was trying to add pluggable protocol to MFC app in order to capture HTTPS headers using RegisterNamespace(). This sh_t is crashing all the time.

 
ASKER CERTIFIED SOLUTION
Avatar of DanRollins
DanRollins
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yep, you right,
The only inconvinience is "redirections" that are not clearly indicated in WebControl.
I would avoid to use it if I could.
For HTTP I wrote proxy, and it works just fine. But when HTTPS goes into play I am getting "connect" request and the only thing I can do is pipelining sockets with no knowledge about what is inside. I have checked "squid" and they do not know what is going through on HTTPS....
So, the "Pluggable" would be the last resort for me.
Thanks everybody,
Alexei
Yep, you right,
The only inconvinience is "redirections" that are not clearly indicated in WebControl.
I would avoid to use it if I could.
For HTTP I wrote proxy, and it works just fine. But when HTTPS goes into play I am getting "connect" request and the only thing I can do is pipelining sockets with no knowledge about what is inside. I have checked "squid" and they do not know what is going through on HTTPS....
So, the "Pluggable" would be the last resort for me.
Thanks everybody,
Alexei
Thanks jkr,

I have everything available from MSDN, Web and Groups. All existing examles are originate from the same source - EtcProtocol sample. I wanted to see what the original looks like.
I was trying to add pluggable protocol to MFC app in order to capture HTTPS headers using RegisterNamespace(). This sh_t is crashing all the time.

 
?

-- Dan
hi scuba_diver.

Do you have any additional questions?  Do any comments need clarification?

-- Dan
No
>>People, who has EtcProtocol MS example for download.

I answered your question in the most complete way.  It would be impossible for anyone on earth or elsewhere in the Known Universe to provide a more complete answer than I did.  I even went to the trouble of locating the file and posting it on my own personal web site.

So why did you give me a B?

-- Dan
OK,
Take an A.