mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 14:15:56 +03:00
[GH-ISSUE #78] 可以绕过身份验证推送消息 #55
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#55
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 @tabris17 on GitHub (Sep 3, 2021).
Original GitHub issue: https://github.com/Finb/bark-server/issues/78
我用如下命令启动服务:
bark-server -user admin -password 123456 -addr 127.0.0.1:8000 -data /var/local/bark然而,直接访问
curl http://127.0.0.1/my-device-key/时,不需要身份验证,仍然可以发送一条内容为No Content的消息。