English 中文(简体)
缩略语
原标题:REST API Debugging Tool [closed]

问我们 重开或找图书、工具、软件图书馆、辅导或其他场外资源的问题,在Stack Overflow,因为它们往往吸引有意见的答复和垃圾邮件。 相反,描述这一问题,以及迄今为止为解决这一问题所做的工作。

Closed 9 years ago.

我正在寻找一个窗口工具,向导游发出访问要求,以收集我正在处理的新申请。 最好是开放源或免费软件。 你们都利用什么来阻止你的申请。 这一工具应当是全球倡议的工具。 是否有免费的窗口7工具。 感谢!

最佳回答

http://www.fiddler2.com

问题回答

我建议Dev HTTP客户,它是一个小小小小ome,具有非常简单但完整的接口:/a>

“Dev

Fiddler是免费的,请您建立http://www.fiddler2.com/fiddler2/。

I use Fiddler for doing fairly quick and user friendly debugging.

I use Telnet for super quick debugging from a command line (you must know your HTTP protocol fairly well)

I use SoapUI when I have a REST API with a WSDL or WADL. (This also is a decent testing program)

如果你想要一个工具来创造全面的测试, 你们可以自由地从阿帕奇那里抽出直径。 你们都需要安装JRE。

Jmeter works out well building up HTTP requests and you can also use its Validation functions to have simple asserts on the HTTP response.





相关问题
Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Asp.Net MVC - Problem returning a model to the view

I ve recently started using the Areas functionality of the Preview2 and it was working ok until I needed to return a Model to the view. Controller: public ActionResult ForgotPassword() { return ...

Unable to generate PDB files in Visual Studio 2005

For most assemblies, I m able to generate their respective .pdb files. However, I ve got one project that isn t generating their .pdb files. I ve made sure that it on debug mode and that the project ...

热门标签