Comment Re:Computer systems need security audits. (Score 0) 143
Repeat after me boys and girls "GET requests shouldn't change anything on the server".
there is no difference. POST or GET, both can be exploited in the same way. it just makes a difference between a simple url link and a properly crafted form or a ajax post request.