頭部資訊 User-Agent

來源:互聯網
上載者:User
'header'=>'Content-type: application/x-www-form-urlencoded'."". 'User-Agent : post test'."".'Content-length: '.strlen($post_string)+8,

請解釋一下,上面這句話的意思
我知道的是 表單提交的時候加密 內容長度不低於8位元組


回複討論(解決方案)

1.application/x-www-form-urlencoded就是一種表達提交的方式,該方式是採用urlencode的,也就是說,提交的資料都是經過加密的,伺服器端需要decode才能正確獲得資料。
2.User-Agent:使用者代理程式是指瀏覽器,它的資訊包括硬體平台、系統軟體、應用軟體和使用者個人偏好
3.content-length:內容長度,strlen($post_string)+8,表示post的字串長度+8,即最小也有8。

Content-type 編碼方式 在這裡是 application/x-www-form-urlencoded 提交的資料被編碼為成對的名稱和數值
Content-length 數傳輸資料的大小 就是post資料的長度
如果是post請求 就必須要指定Content-type 和 Content-length

User-Agent 是使用者代理程式 就是瀏覽器 如我的是chrome 使用者代理程式“Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36” 你在這裡是亂填的



strlen($post_string) 即可 不知+8幹啥

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.