Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

reCAPTCHA Enterprise Returned "Requests from this referrer are blocked"

I am trying to create an assessment using an API key in recaptcha enterprise.

Setting HTTP referer restriction on API key returns "Requests from this referer are blocked" and does not work.

I looked at the documentation and set it up as follows
・example.com/*
・*.example.com/*

If HTTP referrer restrictions are removed, a score is returned.

What could be the reason for this error?

My English is not very good, but I'll be happy if we can understand each other.

Thank you.

I also tried the following domains.
・https://example.com/*
・https://*.example.com/*

like image 373
z_ enu Avatar asked Oct 26 '25 14:10

z_ enu


1 Answers

I also spent more time than I had planned with this...

It worked when I added the referer header with the host of the request url of my action.

like image 147
D3v Avatar answered Oct 29 '25 20:10

D3v