Problem explanation
In order to find 'bad links' in my webpage I have crawled my webpage with the tool 'Screamingfrog' ..... one of the results is that I get a 404 alert wich seems to be caused by the Antispam plugin. As soon as I deactivate the plugin the alert disappears. Also a deinstallation / reinstallation of the plugin did not help ..... here the URL that will be prompted in Screaming frog
Prompted URL: https://my-domain/en/?option=com_comprofiler&view=pluginclass&plugin=cbantispam&action=captcha&func=image&id=8209945d0726095f63ff99c4522fc285&Itemid=1186&format=raw Status Code: 404
There's nothing to do. It's a captcha image endpoint that requires CSRF data. So crawling it with GET is going to result in a 404. You should just ignore that error in your tool as it is not a bad link, but a protected one.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: erichburkhard