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

后端 未结 11 1697
灰色年华
灰色年华 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 20:10

    A long time ago I've implemented this feature for IE using Plugable Mime Filters so after I've searched about it in c# here in stackoverflow I've founded this post that should help you start with it.

    Hope this is useful for you.

提交回复
热议问题