pgaref / HTTP_Request_Randomizer

Proxying Python Requests
http://pgaref.com/blog/python-proxy/
MIT License
151 stars 59 forks source link

Added more request functionality #19

Closed glen-mac closed 8 years ago

glen-mac commented 8 years ago

Added capability for HTTP methods other than get (E.G. Post). Also added the ability to attach own headers (appending the random User Agent and params) as well as own post data and url params. All of this is done in a way which is backwards compatible with the code people will already written using this library.

pgaref commented 8 years ago

Looks good, nice and clean! Thanks for the PR!