GET vs. POST (form processing)
问题 I completely understand the differences between the two in terms of form handling, user discretion and privacy of data, but in what situation would anyone rather use GET over POST when sending form results? Thanks 回答1: GET places parameters in the URL itself, allowing everyone to see. While POST would be ideal for logins and security-sensitive data, GET is ideal when you want a dynamic page to be bookmarked. Take a forum for example. The thread which shows all posts within it is loaded