简体   繁体   English

用于捕获请求的 API 客户端测试工具

[英]API Client testing tool for capturing requests

I need a tool which gives me a URL to make a HTTP request that will be recorded and it shows me what body was sent, which headers, which parameters, the method...我需要一个工具,它给我一个 URL 来发出一个将被记录的 HTTP 请求,它向我显示发送了什么主体,哪些标头,哪些参数,方法......

It's like something kind of opposite of Postman.这有点像 Postman 的对立面。

I tried to find such type of tool/service but didn't find any.我试图找到这种类型的工具/服务,但没有找到。 If someone knows something similar, please let me know, thank you.如果有人知道类似的,请告诉我,谢谢。

Actually, Postman has a feature which captures the request:实际上,Postman 具有捕获请求的功能:

在此处输入图片说明

Enable it and just make the call to the set port (localhost:5555 by default) and it will be saved under the request history.启用它,只需调用设置的端口(默认为 localhost:5555),它将保存在请求历史记录下。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM