How to capture traffic for a specific host and http status code. For example
tcpdump -i any "host xyz.com and http_status_code=502"
How to capture traffic for a specific host and http status code. For example
tcpdump -i any "host xyz.com and http_status_code=502"