|
|
|
|
|
by mrkrwtsn
4184 days ago
|
|
I've used this in the past for manipulating data on the fly for testing and it worked out nicely. I wrote a little program that can redirect requests, so instead of going to production they go to a local server or to a QA environment. Helpful for testing javascript libraries that get included in third party pages around the internet (like Google analytics or ad code). Goproxy was really performant and easy to use compared to other solutions. (https://mitmproxy.org/ had some performance problems/memory leaks). |
|