We have a terminal emulator (its more then just this, but for the question it best describe what it it…) Sometime ago instead of rewriting it a port proxy was introduced. the proxy listens to 127.0.0.1 loopback and takes the connection and encrypts it using SSL.
What I need to do is get the data from the local machine before it goes in to the proxy so we can check it and stop or change it. I can’t change the configuration of the current setup so I need to find a way to get the data before its sent. can this be done using winsock? any other approaches?
thanks
A Layered Service Provider should do it (one is presumbably inside fiddler, so if that works for you, that’s going to be quicker