I need to modify all outgoing HTTP requests from my browser on fly.
1) Is there some python package I can use for the same? I am able to capture the outgoing requests using scapy, but not able to modify on the fly.
2) Can I modify the outgoing HTTP request in chrome extension? Do Chrome provide some API that can help?