I'm writing a helper for a webpage game.
I use a simple browser, as wxPython WebView example
How can I capture the server response, for the request url is not stable(server ip may change), and also I don't want to send request myself(may lead to account banned).
I know there is a fiddlercore in .net. Is there any similar things in python?