8
如何在HTTP POST请求中发送参数?
在HTTP GET请求中,参数作为查询字符串发送: http://example.com/page?parameter = value&also = another 在HTTP POST请求中,参数不会与URI一起发送。 价值在哪里?在请求标头中?在请求正文中?它是什么样子的?
1475
http
post
parameters
request
uri