microProxy
microProxy copied to clipboard
A http/https interceptor written in pure python.
https://github.com/kennethreitz/pipenv looks cool~
I have notice that twitter will reject the following frame combinations as well. If a client first sent a **HEADER** frame with **END_HEADERS** flag set, after that sent a **PRIORITY**...
Following website seems to have unstable h2 implementation and need to verify it works or not in our proxy. Had also list the test result of mitmproxy to compare with...
Currently plugin will be loaded when file changed by default, we should add a command line switch to enable or disable this.
When running test, pyopenssl always complain about the no SAN problem, we should add the SAN support to cert store. ``` /home/mike820324/ProgrammingEnv/python/2.7.11-mp/lib/python2.7/site-packages/service_identity/pyopenssl.py:97: SubjectAltNameWarning: Certificate has no `subjectAltName`, falling back to...
I'll believe it's about time to refine the unittest again. This time I think we should focus on. - Which part in the code base doesn't need to test. -...
mpserver is hard to remember! I suggest mpd which means microProxy daemon! It's fashion!!
We should use wheel in travis-ci to speed up the process. Reference: - http://atchai.com/blog/faster-ci/ - https://tzangms.com/how-to-speed-up-python-unit-test-on-travis-ci/ (chinese)
It's an open discussion since I personally does not have any clue yet. Python 3 has been more mature, and most linux distribution has python 3 available. I think we...
Should enhance the readme for some setups. Moreover, some further detail should be written in the wiki page. - [x] System requirement and installation. - [x] PyOpenssl in different os....