Looking for informations on HTTP-Requests

08/23/2009 10:27 Eumigen#1
Hi @ all,

I try to write a bot witch will train own Brutes.

Unlike other bots is a list of weak opponents sorted according their levels.
The Brute will then trained against opponents 2 levels lower as the own ones because that increase the chance of 2-point victories ;) There will be easy to edit lists for the weak opponents and the own brutes so that everyone may edit them for there own needs.

So far so good, what I lack is simply the corresponding HTTP-requests and HTTP-responses from an to the server myBrute.com so that I can play the Flash by remote.
That I can trigger a Fight by sending http://eumigen.mybrute.com/vs/weakBrute is already clear to me. What I miss are the hidden HTTP-requests and HTTP-responses transmitted by post-Request. The get-request are shown in the adressfield of the browser, but the post-requests are hidden ...
The coding will be no problem, because I am coding since a few years, but HTTP is new for me ...

Can anyone help or has anyone an idea how to get the informations (with an Firefox Addin etc.)?

Any help will be appreciated :handsdown:

pls, excuse my poor englisch :o

greetz & thx
Eumigen
08/24/2009 11:49 Read Me#2
Download Fiddler2 and debug this site, u'll get a lot of hidden POSTs.
I wrote a bot in autoit who calls the requests via curl.exe(hidden).
Leveling pupils is very easy and very fast this way.