在本地主机上使用和测试 hCaptcha

Use and test hCaptcha on localhost

如何在本地主机上测试 hCaptcha?

使用密钥时,出现 CORS 错误,对于为密钥选择站点,它特别指出 ... localhost will not work

您应该使用一些测试密钥进行测试,请参阅 https://docs.hcaptcha.com/#integration-testing-test-keys

参考如下:

Test Key Set: Publisher Account

Test parameter Value

Site Key 10000000-ffff-ffff-ffff-000000000001 Secret Key 0x0000000000000000000000000000000000000000

Test Key Set: Enterprise Account (Safe End User)

Test parameter Value

Site Key 20000000-ffff-ffff-ffff-000000000002 Secret Key 0x0000000000000000000000000000000000000000

Test Key Set: Enterprise Account (Bot Detected)

Test parameter Value

Site Key 30000000-ffff-ffff-ffff-000000000003 Secret Key 0x0000000000000000000000000000000000000000

PS:我与 hCaptcha 团队确认了这一点。

PSS:另一种解决方法是更改​​您的 hosts 文件以将 your-website.com 指向本地主机以进行测试。