Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Does anyone know of a good GUI HTTP testing client that runs on OS X? Something that will allow me to enter a request (URL, headers, body, etc.), and view the response, preferably in different formats (hex, text, etc.).

I found one called HTTP Client, but it's kind of buggy.

Google is failing me.

EDIT: Thanks for the responses so far. I found a pretty decent one called RESTClient, but I'd be interested to see if there are other good ones.

share|improve this question

7 Answers

I use WebScarab for this case. Within the Manual Request tab you can enter a whole HTTP request.

share|improve this answer

Postman - REST Client, Extension to Chrome is my favorite

share|improve this answer
definitely the best. I have my browser open any way so this is a no brainer. – ian Jun 3 at 5:49

Not sure if this is what you are looking for, but I use it alot. It's web based.

http://web-sniffer.net/

share|improve this answer
That's not bad, although I need something that runs locally, since I'm sending requests through a VPN. – JW. Mar 12 '10 at 21:01

How about Firefox + Firebug?

share|improve this answer
As far as I know, you can't build your own requests in Firebug; you can just inspect the ones you make in the browser. So it's close, but I want to be able to edit the headers that get sent. – JW. Mar 12 '10 at 21:33
Add TamperData to the mix: addons.mozilla.org/en-US/firefox/addon/966 – Seva Alekseyev Mar 12 '10 at 21:49
I'd recommend FF + Firebug + TamperData + Webdeveloper. Its a matter of 10 minutes to script a generic poster using PHP or Perl - longer than it seems to be taking you to find one off the shelf. If you want to test sequences / do stress testing, look at perl + http::recorder and www::mechanize – symcbean Mar 13 '10 at 20:58

There is Charles, but it's not freeware: www.charlesproxy.com

share|improve this answer
1  
Actually I'm pretty sure Charles only lets you view requests, not build new ones. – JW. Mar 12 '10 at 21:41
Yep, but to build a request, you just need a terminal and telnet... – Macmade Mar 12 '10 at 21:46

Since nobody has mentioned it, the Poster add-on for Firefox works pretty well. They don't have an update for Firefox 4 yet, but author says he's working on it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.