Graphical HTTP client for windows

WindowsHttpRestClient

Windows Problem Overview


I am looking for a Windows graphical utility for performing HTTP operations.

For example, I want to be able to say things like:

POST to http://example.org/test/service With a POST body: "Data goes here"

Does anyone know a good piece of software for doing this?

Windows Solutions


Solution 1 - Windows

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

Solution 2 - Windows

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

Solution 3 - Windows

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.

Solution 4 - Windows

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

Solution 5 - Windows

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

Solution 6 - Windows

Solution 7 - Windows

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.

Solution 8 - Windows

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

Solution 9 - Windows

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.

Solution 10 - Windows

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

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionuser169877View Question on Stackoverflow
Solution 1 - WindowsStephen SwensenView Answer on Stackoverflow
Solution 2 - WindowsnategoodView Answer on Stackoverflow
Solution 3 - Windowsuser32826View Answer on Stackoverflow
Solution 4 - WindowsJai Mallesh BabuView Answer on Stackoverflow
Solution 5 - WindowsAlexey SidelnikovView Answer on Stackoverflow
Solution 6 - WindowsPabloView Answer on Stackoverflow
Solution 7 - WindowsDaniel DiPaoloView Answer on Stackoverflow
Solution 8 - WindowsSurya SuravarapuView Answer on Stackoverflow
Solution 9 - WindowsCarlos Gavidia-CalderonView Answer on Stackoverflow
Solution 10 - WindowssamView Answer on Stackoverflow