0

Does anyone know if it is possible to use the Firefox Poster extension for restful web services with "User Auth:" credentials that are non-Google?

Wladimir Palant
  • 56,865
  • 12
  • 98
  • 126
Ronnie Phelps
  • 83
  • 1
  • 11

1 Answers1

0

The Poster extension currently supports only HTTP Basic Auth and authorization by Google login. For OAuth you would need to get an access token yourself and add an Authorization header manually - not trivial, especially for OAuth 1.0. Feel free to ask the extension author about OAuth support or (better) propose an implementation yourself.

Wladimir Palant
  • 56,865
  • 12
  • 98
  • 126
  • Thanks for your quick response. I have been able to generate the access token but I'm not sure of how to use it within poster. – Ronnie Phelps Jun 19 '12 at 01:19