用于窗口的图形化 HTTP 客户端

我正在寻找一个 Windows 图形实用程序执行 HTTP 操作。

例如,我希望能够这样说:

发送到 < a href = “ http://example.org/test/service”rel = “ norefrer”> http://example.org/test/service 使用 POST 主体: “ Data goes here”

有人知道一个好的软件来做这个吗?

114120 次浏览

Have you looked at Fiddler 2 from Microsoft?

http://www.fiddler2.com/fiddler2/

Allows you to generate most types of request for testing, including POST. It also supports capturing HTTP requests made by other applications and reusing those for testing.

Honestly, for simplistic stuff like that I typically whip up a quick HTML form in a local file and load that up in a browser.

I like rest-client a lot for the purposes you described. It's a Java application to test REST-based web services.

Update: For people that still come across this, Postman is your best bet now: https://www.getpostman.com/apps


RestClient is my favorite. It's Java based. I think it should meet your needs quite nicely. I particularly like the Auth suppport.

https://github.com/wiztools/rest-client

Screen Shot

If anybody is still interest Eclipse Labs Rest Client tool is an excellent choice. I'm trying it in Windows in an EXE version and works smoothly.

I've worked also with Rest Client previously and its great too.

You can use Microsoft's WFetch tool also. This is a good tool for all HTTP operations.

I too have been frustrated by the lack of good graphical http clients available for Windows. So over the past couple years I've been developing one myself: I'm Only Resting, "a feature-rich WinForms-based HTTP client." It's open source (Apache License, Version 2.0) with freely available downloads.

It currently has fairly complete coverage of HTTP features except for file uploads, and it provides a very good user interface with great request and response management.

Here's a screenshot:

enter image description here

You could try Jsonium tool http://jsonium.org- nice free tool specialized on requests with JSON in bodies and responses

https://play.google.com/store/apps/details?id=com.snmba.restclient

works from Android Tablets & Phones. Flexible enough to try various combinations.