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.
我尝试通过发布查询参数来测试 RESTful Web 服务,但是,在我选中“发布 QueryString”复选框后,没有任何参数随请求一起发送
有人可以告诉我有什么问题吗?顺便说一句,我使用的是 4.5.1 版
非常感谢
我不能确定,但增加原始请求的大小以显示设置(默认为 10000)可能会有所帮助。
请参阅:文件/首选项/UI 设置/要显示的原始请求的大小。
我将它设置为 100000,现在我也可以在 Raw 模式下看到 POST 查询参数。
(另外,感谢 SmartBear 论坛用户 olensmar。)