Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种发送原始 HTTP 请求的方法,即从包含完整请求的字符串。好像XmlHttpRequest没有提供这样的方法。
XmlHttpRequest
我的最终需要是通过执行 HTTP 请求并将它们的答案也作为字符串接收来“转发”它们。
知道我可以使用什么吗?
Chrome 应用程序可以使用chrome.socket打开 TCP 连接,您可以发送原始请求。