I need to monitor REST API which requires authentication.
I know that in web monitoring I can add headers. but how to change the header
dynamically (add bearer token)?
How to configure Zabbix web monitoring in two steps
1)It asks for OAuth 2.0 token from token service (IdentityServer)
2)Adds that token as Authorization header
I know that in web monitoring I can add headers. but how to change the header
dynamically (add bearer token)?
How to configure Zabbix web monitoring in two steps
1)It asks for OAuth 2.0 token from token service (IdentityServer)
2)Adds that token as Authorization header
Comment