Add Digest and Bearer Auth modes to http request node (#2061)

* Authentication methods

* Authentication methods

* Authentication methods

* Support undefined auth type

* Support undefined auth type

* Apply basic auth on existing nodes

* Use password as bearer token

* Use password as bearer token

* Switch between password/token labels

* Bearer token abbreviation

* Separate token span
This commit is contained in:
bartbutenaers
2019-02-27 23:15:31 +01:00
committed by Nick O'Leary
parent f4f664a4a2
commit e7b1ec6904
3 changed files with 58 additions and 8 deletions

View File

@@ -380,12 +380,17 @@
"status": "Status code",
"headers": "Headers",
"other": "other",
"authType": "Type",
"bearerToken": "Token",
"paytoqs" : "Append msg.payload as query string parameters"
},
"setby": "- set by msg.method -",
"basicauth": "Use basic authentication",
"basicauth": "Use authentication",
"use-tls": "Enable secure (SSL/TLS) connection",
"tls-config":"TLS Configuration",
"basic": "basic authentication",
"digest": "digest authentication",
"bearer": "bearer authentication",
"use-proxy": "Use proxy",
"proxy-config": "Proxy Configuration",
"use-proxyauth": "Use proxy authentication",