nathan-osman / REST-Easy

A simple REST client for Firefox
Mozilla Public License 2.0
130 stars 39 forks source link

Can REST-Easy use SSL authentication? #75

Open adam42a opened 7 years ago

adam42a commented 7 years ago

I guess not because I can't see any way of turning on SSL authentication, but I thought I'd ask since my eyes have been known to deceive me....

nathan-osman commented 7 years ago

By authentication, do you mean verifying the certificate presented by the server? If so, this is handled by Firefox. REST Easy piggybacks on XMLHttpRequest, using some extra privileged methods to work around issues setting certain headers.