Digging into headers here..
Arrival comes to MyAccount page >> GET,..OK. >> Then Post 3 times.
All of that would be OK till I looked at wah-wah-wah what hey are trying to do...
Page has 3 forms: Search Site, Log in and a form that has 62 fields to fill(bot trap), and all that with in 2 seconds.
Single POST request in "http_content" header contains variables for all 3 forms at once.
Here is the kicker: THIS particular site is coded to with IF statements that take each site if it is just happened.
IF form submitted for Login >> do this >> End.
IF form submitted for Change Currency >> do that>> End
IF form submitted for EMail Updates >> do that > End
The POST request sent contains data for all 3 scenarios.
Nice to have right?