Simulate Chrome's request Accept header. Better handling of #1067
This commit is contained in:
parent
475a466c7e
commit
a42932a43e
|
@ -168,7 +168,7 @@ class Monitor extends BeanModel {
|
|||
...(this.body ? { data: JSON.parse(this.body) } : {}),
|
||||
timeout: this.interval * 1000 * 0.8,
|
||||
headers: {
|
||||
"Accept": "*/*",
|
||||
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",
|
||||
"User-Agent": "Uptime-Kuma/" + version,
|
||||
...(this.headers ? JSON.parse(this.headers) : {}),
|
||||
...(basicAuthHeader),
|
||||
|
|
Loading…
Reference in New Issue