wcf 接收post資料 post和get的區別

2021-10-14 10:02:45 字數 564 閱讀 2620

一、功能不同

1、get是從伺服器上獲取資料。

2、post是向伺服器傳送資料。

二、過程不zhi同

1、get是把引數資料佇列加到提交表單的action屬性所指的url中,值和表單內各個字段一一對應,在url中可以看到。

2、post是通過http post機制,將表單內各個字段與其內容放置在html header內一起傳送到action屬性所指的url位址。使用者看不到這個過程。

三、獲取值不同

1、對於get方式,伺服器端用request.querystring獲取變數的值。

2、對於post方式,伺服器端用request.form獲取提交的資料。

四、傳送資料量不同

1、get傳送的資料量較小,不能大於2kb。

2、post傳送的資料量較大,一般被預設為不受限制。但理論上,iis4中最大量為80kb,iis5中為100kb。

五、安全性不同

1、get安全性非常低。

2、post安全性較高。

get和post有什麼區別 - 技術聚焦 - 尚矽谷​www.atguigu.com

php接收post的json資料

近用到ext與php互動,ext把json資料post給php,但在php裡面 post獲取不到,request也獲取不到,但是通過firedebug看到的請求資訊確實是把json資料post給了php,這什麼情況?php的http raw post data 用content type text ...

express接收前端post請求資料

開發wifi模組配置時,遇到post資料在後端無論用req.body還是用req.params都無法獲得前端post過來的資料,經過baidu google得到解決辦法 前端post過來的資料是以 request payload 格式傳給伺服器,這種格式資料是以流的形式傳遞給後端,此外以流的形式傳遞...

asp get和post資料接收過濾

複製 如下 定義部份 di程式設計客棧m xh post,xh get,xh in,xh inf,xh xh,xh db,xh dbstr 自定義需要過濾的字串,用 分隔 xh in and exec insert select delete 20from update count chr mid ...