mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-19 10:10:29 +08:00
AUTH-3475: Updated GetAppInfo error message
This commit is contained in:
@@ -278,7 +278,7 @@ func GetAppInfo(reqURL *url.URL) (*AppInfo, error) {
|
|||||||
// 403/401 from the edge will have aud in a header
|
// 403/401 from the edge will have aud in a header
|
||||||
aud = audHeader
|
aud = audHeader
|
||||||
} else {
|
} else {
|
||||||
return nil, fmt.Errorf("failed to get Access app info for %s", reqURL.String())
|
return nil, fmt.Errorf("failed to find Access application at %s", reqURL.String())
|
||||||
}
|
}
|
||||||
|
|
||||||
domain := resp.Header.Get(appDomainHeader)
|
domain := resp.Header.Get(appDomainHeader)
|
||||||
|
|||||||
Reference in New Issue
Block a user