Reputation: 27
I am trying out a RESTful API that has OAuth. I have the API base Url, the API key and the Secret. Is it possible for me to hit that API through firefox (need to be able to choose Request Method and supply OAuth info)?
Upvotes: 2
Views: 5869
Reputation: 21257
HttpRequester is really easy and fast to use. Its shortcut is Alt+Ctrl+P
Upvotes: 0
Reputation: 1254
Look at https://addons.mozilla.org/en-US/firefox/addon/restclient/. It surely has OAuth support. The UI is also excellent.
Upvotes: 2
Reputation: 3441
Have you looked at the Poster extension? I believe it has authorization support.
https://addons.mozilla.org/en-US/firefox/addon/poster/
http://code.google.com/p/poster-extension/issues/detail?id=55
Upvotes: 1