AtlasOfLivingAustralia / image-service

Image repository and tiling services
https://images.ala.org.au
0 stars 17 forks source link

Tags fragment links to a @RequiresApiKey method #155

Open sbearcsiro opened 3 years ago

sbearcsiro commented 3 years ago

The _tagsfragment.gsp contains an AJAX call to WebServiceController.attachTagToImage which requires an API Key. Google bot can find this click handler and execute it, resulting in spurious Non-authorised IP address - <GoogleBot IP> entries in the log.

This handler should either be removed or changed to not use a GET and not use a @RequiresApiKey method.