Rest Tester

A simple http client for testing rest apis

Download Latest Release View on GitHub

Rest Tester

A simple tool for testing rest url routes. It is a basic http client so you can use it to test other web requests as well.

The following functionality has been created so far:

  1. Send web requests via the Http Verbs (get, post, put, delete, etc)
  2. Add a body for requests other than get
  3. Authorization via NetworkCredential or Basic Authorization
  4. Custom headers
  5. User-Agent and Content-Type settings
  6. Automatic JSON beautify for JSON request bodies
  7. Response status code information
  8. Custom theming

Authors and Contributors

Built by @weeksdev. Feel free to use for whatever your purposes. If you see any issues or would like to add features please feel free to do so and send me a pull request. I'd like to make this a goto http client for manual testing and I understand each REST implementation is custom and may require additional features not currently in the client.

Support or Contact

Having trouble? Send a message or post an issue!