I want a solution to stop a scapers gobbling a list of public downloadable files. This the only problem but I have list it multiple steps.
The downloadable files is a list of asp.net generated hrefs.
Since I know that the recaptcha validation from google can only be used once my idea was to solve it like this:
I think there has to be a solution that's more leaner. If anyone has a better solution or any suggestion I would be happy to hear about it.
I solved it like so:
The javascript made a fetch post to an api method. The method checked the callback response against google and if ok then cached the user ip adress on the server as granted.
Javascript continiues with then (after fetch) and enabled the links (if granted)