Route PluginsBasic Auth. callerOn this pageBasic Auth. callercp: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"}