vronic / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Please add support of HTTP Auth (basic and digest) #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Well I can add these headers by myself (and calculate hashes), but why?
Software should automate all dirty work for humans, so - why not add here a 
possibility to enter username\password for any request and rest-client will 
calculate and insert headers when they needed.
Thanx in advance.

Original issue reported on code.google.com by fli...@gmail.com on 26 Sep 2012 at 2:10

GoogleCodeExporter commented 8 years ago
I believe when you switch to "form" view and type "Authorization" in header 
name helper for header value will show. When you click "Construct" you will see 
this options.

Original comment by jarro...@gmail.com on 26 Sep 2012 at 7:17

Attachments:

GoogleCodeExporter commented 8 years ago
I also would love to have this functionality. Note that Jarro's suggestion is 
not enough as the extension at the moment doesn't construct HTTP Digest 
Authentication tokens.

Original comment by jchiocc...@gmail.com on 4 Jul 2013 at 4:05