Search code examples
httpsslhttpsserverclient

How can I track the HTTP requests sent between me and a game server?


So I was curious as to how I can track the HTTP requests I send to a game as well as the responses? Typically I'd use something like fiddler, but the requests are SSL protected. But since I'm the client, shouldn't there be some way to see what requests I send out and the responses the game gives me back? Thanks in advance!


Solution

  • Setup a HTTPS proxy to MiTM (Man in the middle attack) yourself.