News  [SoftwareSite

Latest News
Older News
RSS Feed
 
Complete Projects
Useful Classes
Top Downloads
Message Board
AllAPI.net
 
Send Comments
Software License
Mentalis.org Buttons
Donate
 
Forums -> Miscellaneous Forum
 
Proxy Project

Reply

by Ali
posted on 2006/06/15

Hi,
Is it possible to capture( possibly modify) the traffic in the proxy before sending it to the web server and similarly capture the response from the server and modify it before writing back to the browser.

I am using VS 2005 and .NET Framework 2.0. Do I need to downgrade to framework 1.1? I compiled the proxy and it gives run time errors.

Please reply soon..

by KJ
posted on 2006/06/22
Reply

You have access to the buffer before sending it the remote host and after receiving from the remote host; you can modify examine etc. before sending it out or before sending it to the client(In the functions OnRemoteReceive and OnClientReceive).

by John Brown [idkfa_hh at hotmail dot com]
posted on 2008/10/02
Reply

please use this :)
protected void OnRemoteSent(IAsyncResult ar)
protected void OnClientReceive(IAsyncResult ar)

 

Copyright © 2002-2007, The Mentalis.org Team. All rights reserved.
This site is located at http://www.mentalis.org/
Send comments to the webmaster.