花间一壶酒

导航

2011年8月22日 #

Why we use HTTP POST instead of HTTP GET

摘要: The total amount of characters in a GET is really limited (depending on the server).If the user types ,say. along passage into a "search" into a box,the Get might not work.The data you send with the GET is appended to the URL up in the browser bar,so whatever you send is exposed.Better not 阅读全文

posted @ 2011-08-22 22:04 wrh526 阅读(126) 评论(0) 推荐(0) 编辑