I have a zend framework application that sends me an email in the error controller whenever an error occurs that includes pages not found, can someone tell me why someone requests this file: /crossdomain.xml ? Should I permanently block the offending IP Address?
Share
crossdomain.xml is used to specify domains YOU trust which can access your website (domain) data. You can safely ignore or block these IP addresses if you aren’t making use of crossdomain.xml file.