我需要从HTML页面向REST服务器发送以下HTTP请求以检索另一个页面。如何使用javascript或表单或链接或其他方式?
请注意,HTTP请求正文必须包含没有键/值对的纯文本,通常是表单。
PUT /somerequest HTTP/1.1
Host: www.myhost.com
Accept: text/html,application/xhtml+xml
Payload of the request to be read by the server script.
The script will return a HTML content to my browser.
Thanks !
答案 0 :(得分:1)