RyanDaDeng / laravel-google-recaptcha-v3

It's probably the best Laravel Package for Google reCAPTCHA v3. Vue component supported.
MIT License
275 stars 40 forks source link

It works for domain but not for its subdomains #94

Open Mohamed5550 opened 2 years ago

Mohamed5550 commented 2 years ago

I run the package on foo.localhost but it always says "Hostname does not match."

The host_name in config is set to "localhost"

When I change the host in config to "foo.localhost" it works