tommut / HttpRequester

HttpRequester add-on for Firefox
https://addons.mozilla.org/En-us/firefox/addon/httprequester/
161 stars 39 forks source link

HttpRequester

HttpRequester is a tool for Firefox for easily making HTTP requests (GET/PUT/POST/DELETE), viewing the responses, and keeping a history of transactions.

This tool is useful when doing web or REST development, or when you need to make HTTP requests that are not easily done via the browser (PUT/POST/DELETE).

This is based off of Alex Milowski's excellent Poster addon, with a large focus on keeping a history of transactions, allowing you to go back and review, re-execute, load, and save HTTP requests.

Developed by Tom Mutdosch

Distributed under the BSD License http://www.opensource.org/licenses/bsd-license.php

Overview

Usage

Advanced Preferences: (via about:config): Increasing number of items in history extensions.httprequester.maxhistory - maximum number of requests to keep extensions.httprequester.url.maxhistory - maximum number of URLs to keep extensions.httprequester.contenttype.maxhistory - maximum number of content types to keep extensions.httprequester.header.maxhistory - maximum number of header names to keep

  • You can add custom methods to the list of available HTTP methods. To add new Methods: enter "about:config" in your URL bar. Then filter on: extensions.httprequester.http.methods.custom.write Double-click the value to modify it. You can change it to a list of comma-separated values like: ["PROPFIND", "PATCH"] You can also add read-only custom methods too (these methods will not send any entity body) via extensions.httprequester.http.methods.custom.read
    If you have any questions/comments/suggestions, shoot me a note.