mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-13 04:59:36 +08:00
有基本认证的情况下,无法获取数据 #83
Reference in New Issue
Block a user
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 @Soys on GitHub (Aug 31, 2025).
如标题所写的,我把探针放在IP地址下并加了基本认证。在9.0版本之前,获取数据没有问题,但在9.0版本之后,无法获取数据,HTTP状态码为401。
@kmvan commented on GitHub (Aug 31, 2025):
因为9.0重写了,认证功能还在增加中,估计下个版本会恢复。
@kmvan commented on GitHub (Sep 1, 2025):
https://github.com/kmvan/x-prober/tree/dev/dist 试试下载里面的 prober.php 9.0.8开发版探针能否成功运行。
@Soys commented on GitHub (Sep 13, 2025):
试了正式版9.1.0,没有问题了。