Skip to main content

Basic Auth. caller

cp:otoroshi.next.plugins.BasicAuthCaller

This plugin can be used to call api that are authenticated using basic auth.

categories:

  • Authentication

default configuration:

{
"username" : null,
"passaword" : null,
"headerName" : "Authorization",
"headerValueFormat" : "Basic %s"
}