V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
yuann72
V2EX  ›  问与答

有没有这样的 HTTP 请求工具, 能够直接粘帖 http request body, 自动识别并发送请求的?

  •  
  •   yuann72 · 2019-04-12 21:42:48 +08:00 · 1069 次点击
    这是一个创建于 1830 天前的主题,其中的信息可能已经有所发展或是发生改变。

    类似 postman
    然后有个功能, 提供输入框给我粘帖下面这段文本, 然后能自动识别的, 自动将数据填到 header form-data 等输入框中

    GET https://www.v2ex.com/ HTTP/1.1
    Host: www.v2ex.com
    Connection: keep-alive
    Upgrade-Insecure-Requests: 1
    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36 OPR/58.0.3135.127
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
    Accept-Encoding: gzip, deflate, br
    Accept-Language: zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7
    
    rayhy
        1
    rayhy  
       2019-04-12 22:03:18 +08:00   ❤️ 1
    是格式标准的 HTTP Request 吗?
    可以直接发送的呀,参考 https://stackoverflow.com/questions/3620558/process-raw-http-request

    VScode 的 REST Clinet: https://marketplace.visualstudio.com/items?itemName=humao.rest-client
    也应该能做这种事情把。JetBrains 那一系列的 IDE 也有对应插件。
    40huo
        2
    40huo  
       2019-04-12 22:06:04 +08:00 via Android   ❤️ 1
    burpsuite
    w9ay
        3
    w9ay  
       2019-04-12 22:17:02 +08:00   ❤️ 1
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3757 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 04:38 · PVG 12:38 · LAX 21:38 · JFK 00:38
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.