mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3606] "Get server info from frps failed!" with Basic Auth details in URL #2878
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2878
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MariuszT on GitHub (Sep 9, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3606
Bug Description
I want simple access to my dashboard without putting Basic Auth details every time. That's why I prepared a URL to my dashboard with the user and password in a URL like this: https://user:password@example.com:7000. When I open such a URL I have a communication error and a popup with the message "Get server info from frps failed!". After that, when I open the same page but without Basic Auth details, everything works correctly.
Obviously, it's a low priority issue, but it will be great to have a fix for this. Thanks for your awesome work!
frpc Version
0.51.3
frps Version
0.51.3
System Architecture
linux/amd64 Debian
Configurations
[common]
bind_addr = example.com
bind_port = 7000
dashboard_addr = example.com
dashboard_port = 7500
dashboard_user = user
dashboard_pwd = pass
dashboard_tls_mode = true
dashboard_tls_cert_file = /example.com.cer
dashboard_tls_key_file = /example.com.key
authentication_method = token
token = token123
subdomain_host = example.com
vhost_http_port = 80
vhost_https_port = 443
tls_only = false
tls_cert_file = /example.com.cer
tls_key_file = /example.com.key
tls_trusted_ca_file = /ca.cer
Logs
root@frp:/opt/frp# /opt/frp/frps -c /opt/frp/frps.ini
2023/09/09 11:08:47 [I] [root.go:204] frps uses config file: /opt/frp/frps.ini
2023/09/09 11:08:47 [I] [service.go:206] frps tcp listen on example.com:7000
2023/09/09 11:08:47 [I] [service.go:267] http service listen on example.com:80
2023/09/09 11:08:47 [I] [service.go:282] https service listen on example.com:443
2023/09/09 11:08:47 [I] [service.go:318] Dashboard listen on example.com:7500
2023/09/09 11:08:47 [I] [root.go:213] frps started successfully
Steps to reproduce
Affected area
@github-actions[bot] commented on GitHub (Oct 10, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.