Intercept an HTTP request at browser end to alter some html content

后端 未结 11 1692
灰色年华
灰色年华 2021-02-06 19:43

I would like to do as follows. What would be the best way? A general answer will also be fine.

I would like to intercept an HTTP request at the client end to alter some

11条回答
  •  太阳男子
    2021-02-06 19:49

    or, you can code a toolbar, or maybe a simple chrome addon, it's really easy but its not C#

    you can search for libraries to monitor browsing trough proxy, like this:

    http://httpproxynet.codeplex.com/

    The same concept used by java in this project: http://www.charlesproxy.com/

    sounds intresting, good luck :)

提交回复
热议问题