proxy: send proxy version in user-agent header

This commit is contained in:
Jens Langhammer
2020-11-29 19:01:15 +01:00
parent 902953a2c7
commit 0a2c0464df
5 changed files with 47 additions and 32 deletions

View File

@ -24,6 +24,7 @@ func (ac *APIController) initWS(pbURL url.URL, outpostUUID strfmt.UUID) {
header := http.Header{
"Authorization": []string{authHeader},
"User-Agent": []string{fmt.Sprintf("passbook-proxy@%s", pkg.VERSION)},
}
value, set := os.LookupEnv("PASSBOOK_INSECURE")