Set HTTP Authentication
cloud.basicfirst( bf )
Set whether to use Basic Authentication first.
Default is false, can be set in c.cloud.httpbasicfirst
bf value |
Description |
---|---|
false | Use Digest Authentication |
true | Try Basic Authentication first, then Digest |