>>4944824all a button on a website does is represent a set of orders to the server in the form of a "call".
You can usually read that out via browser or something like Fiddler.
In the case of nasfaq, (you)r "Buy" Button on Luna tells the server
- buy order
- time
- (you)r account name
to which the server responds (if he responds)
- buy pending (later buy complete)
- 10 minutes cooldown starts now, grey out the button and reject the same api call for 10 minutes
now there's injectors who use message formats like cURL, where you send a bundle of data like i just described up there directly to the interface on the server. It will literally do the same as a click of the button, and it will fail just as buttons do when the server is overworked.