Another solution: https://github.com/xthexder/httptee
A daemon that sends to two backends, and diffs the results.
31–36 of 36 posts
A daemon that sends to two backends, and diffs the results.
http://www.pixelbeat.org/scripts/urldiff http://www.pixelbeat.org/scripts/idiff
See also mergely which supports diffing URLs: http://pixelbeat/programming/diffs/#mergely
For command-line junkies: diff https://httpbin.org/get ) https://httpbin.org/get?show_env=1 )
Actually this is closer still to the output. Requires colordiff: diff -u https://httpbin.org/get ) https://httpbin.org/get?show_env=1 ) | colordiff
vimdiff https://httpbin.org/get") https://httpbin.org/get?show_env=1")
It takes some getting used to but once you go vimdiff you'll never go back.