How to setup a http(s) proxy with record/replay functionality?
Posted
by
superb
on Stack Overflow
See other posts from Stack Overflow
or by superb
Published on 2012-12-17T05:02:20Z
Indexed on
2012/12/17
5:02 UTC
Read the original article
Hit count: 146
The use case is:
I want to do some android app performance tests and I want to fix the data when app got from web.
The solution I come up with is to setup a local http proxy, which can first record all http traffic, and later replay then app is running perf tests.
I found http://mitmproxy.org/, which has exactly the features I want. but seems with the default settings it cannot be used as a https proxy. I tried using it as proxy and login to facebook but doesn't work.
I am not familiar with the https protocol and how cert things work. Any one can provide some help? Thanks a lot.
© Stack Overflow or respective owner