mirror of
https://github.com/fatedier/frp.git
synced 2026-04-22 08:59:10 +08:00
web: support http basic auth in dashboard
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
return Humanize.fileSize(row.traffic_out)
|
||||
},
|
||||
fetchData() {
|
||||
fetch('/api/proxy/udp')
|
||||
fetch('/api/proxy/udp', {credentials: 'include'})
|
||||
.then(res => {
|
||||
return res.json()
|
||||
}).then(json => {
|
||||
|
||||
Reference in New Issue
Block a user