Is there a practical way to inspect HTTP/HTTPS and block arbitrary POST and PUT requests, from within a container, to the internet? (while still allowing GET requests)
I had a look at eBPF but I am not sure how to properly set it up, nor if that is the right tool for this. Or is it easier to use some web-proxy with some sort of ssl bump?
Thank you.