Laughing1599 / cocoa-rest-client

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

Add preemptive basic auth #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Based on the information in #19 
(https://code.google.com/p/cocoa-rest-client/issues/detail?id=19)

> If you want to avoid this behavior and only submit one request [for basic 
auth], add a headed named "Authorization" with the value "Basic " followed by 
username:password base64 encoded.

It would be nice if I could check a box to send this auth preemptively, or 
default to sending it preemptively. I use the REST client with bunch of REST 
apis, and some of them don't conform to the 401 challenge, so in that case I 
have to do the manual auth procedure quoted above (which is tedious to say the 
least). Seems like something that would be easy to add.

Original issue reported on code.google.com by banzaimonkey on 29 May 2013 at 11:52

GoogleCodeExporter commented 8 years ago
I am adding this checkbox in the next release. 

Original comment by mike.mat...@gmail.com on 9 Jun 2013 at 3:24

GoogleCodeExporter commented 8 years ago
Awesome! Thanks for the follow-up. :)

Original comment by banzaimonkey on 10 Jun 2013 at 9:49

GoogleCodeExporter commented 8 years ago

Original comment by mike.mat...@gmail.com on 29 Jun 2013 at 8:35