基于http请求的动态http响应

时间:2013-05-20 19:59:03

标签: java http

我们正在构建小型测试模拟器,需要根据我们注入到消息中的内容响应注入平台的休息请求:

Example:  GET http://server/example-app/users
Content-Headers and/or query params = some value of pass with 200
Server respond with 200 and content


Example:  GET http://server/example-app/users
Content-Headers and/or query params = some value of fail with 400
Server respond with 400 and error

我希望看看是否有人知道一个开源工具,它可以用来检查/解析http请求,并根据查找条件找出响应。我确信我可以轻松编写一些解析器,但只是感兴趣的是社区是否已经使用或知道可用于解析和响应映射的内容。

2 个答案:

答案 0 :(得分:1)

OWASP Zed Attack Proxy可能会满足您的需求。

答案 1 :(得分:0)

Fiddler是检查代码和执行过滤的绝佳代理:http://fiddler2.com/