HTTP請求中的form data | request payload | query string parameters

Query String Parameters 當發起一次GET請求時,參數會以url string的形式進行傳遞。即?後的字符串則爲其請求參數,並以&作爲分隔符。 Form Data 當發起一次POST請求時,若未指定content-type,則默認content-type爲application/x-www-form-urlencoded。即參數會以Form Data的形式進行傳遞,不會顯式出
相關文章
相關標籤/搜索