PDA

View Full Version : How does post work?



god
23 Jun 2010, 10:53 AM
Hi, I am a slight builder of websites but I have come to the realization that I actually don't exactly know how HTTP::POST really works... I mean, where exactly is the information stored/saved, what are some forms of replication of the sent data? As in, with a simple javascript debugger/info tool, a person can simply send a command to javascript to perform a certain task. What, if any, are any replicators or methods of replication of the HTTP POST/GET? (This would be purely for testing purposes of course, along with simple knowledge of how secure the POST command really is.)