Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Graphical HTTP client for windows [closed]

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?

like image 557
user169877 Avatar asked May 14 '10 14:05

user169877


2 Answers

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

like image 153
Stephen Swensen Avatar answered Nov 29 '22 22:11

Stephen Swensen


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

like image 45
nategood Avatar answered Nov 29 '22 21:11

nategood