0

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?

Community
  • 1
  • 1
  • 2
    You can capture the response from the module you are using to connect to the server; can you post the relevant piece of code? – Burhan Khalid Mar 17 '15 at 06:28
  • Maybe I didn't explain clearly. I use wxpython to write a simple browser, link as above, and load the game webpage. The server is not mine, but the company who run the game. I checked the wxpython doc but didn't found related func. – shubin xu Mar 18 '15 at 13:06

0 Answers0