Why is the GET method faster than POST in HTTP?
问题 I am new to web programming and just curious to know about the GET and POST methods of sending data from one page to another. It is said that the GET method is faster than POST but I don't know why. One reason I could find is that GET can take only 255 characters? Is there any other reason? Please someone explain to me. 回答1: It's not much about speed. There are plenty of cases where POST is more applicable. For example, search engines will index GET URLs and browsers can bookmark them and