proxy.py icon indicating copy to clipboard operation
proxy.py copied to clipboard

How to use it to intercept and manipulate requests??`

Open nandish486 opened this issue 2 years ago • 2 comments

image

i want to get urls accessed, and want to check if the filter is in adblock rule, if yes, then that url must be blocked by sending 404 response.

please help me i am new to this pakage.

nandish486 avatar Sep 23 '23 12:09 nandish486

@nandish486 There is already some filtering/blocking plugins in the examples directory that you can use as a skeleton for your application.

abhinavsingh avatar Oct 15 '23 13:10 abhinavsingh

@nandish486 There is already some filtering/blocking plugins in the examples directory that you can use as a skeleton for your application.

Sir can you show me file? Actually I wanna block keywords and many things in my whole network. Just like https filtering at high speeds. Actually I am over it because of speed only cause mitm proxy is too slow even on local host.

nandish486 avatar Oct 15 '23 16:10 nandish486

@nandish486 You can find various examples here https://github.com/abhinavsingh/proxy.py?tab=readme-ov-file#plugin-examples Please reopen if something ain't working right for you.

abhinavsingh avatar Aug 12 '24 03:08 abhinavsingh