Adding Authorization
header for HEAD requests
#16545
Labels
bug
unexpected problem or unintended behavior
Authorization
header for HEAD requests
#16545
Relevant telegraf.conf
n/a
Logs from Telegraf
System info
telegraf:1.31
Docker
No response
Steps to reproduce
telegraf
config;--config <remote-URL-config> --config-url-watch-interval 3m --debug
Expected behavior
Send HEAD requests with
Authorization: Token <token>
on the interval refresh and check if something is modified (Last-Modified
header)Actual behavior
Telegraf won't see the
Last-Modified
header in the HEAD requests due to missingAuthorization: Token <token>
header.Additional info
No response
The text was updated successfully, but these errors were encountered: