Bob
Bob

Reputation: 27

Hitting RESTful API through firefox

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

Answers (3)

Ali Shakiba
Ali Shakiba

Reputation: 21257

HttpRequester is really easy and fast to use. Its shortcut is Alt+Ctrl+P

Upvotes: 0

Samyak Bhuta
Samyak Bhuta

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

codeprogression
codeprogression

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

Related Questions