• I am in the process of checking all the links on my website. This one has come up.
    405 method not allowed. https://davidsgifts.co.uk/xmlrpc.php
    Looking for information on google, it looks like its some sort of hack / attack
    Can anyone tell me what to do about this? I’m not very good with coding so please explain in simple terms.
    Thanks
    David

Viewing 1 replies (of 1 total)
  • It’s not likely that you need to do anything.

    xmlrpc.php only accepts “POST” requests. When it receives a”GET” request, such as from a browser, crawler or a link checker, it returns a “405 method not allowed” error message. That’s a normal response. Put https://davidsgifts.co.uk/xmlrpc.php into your browser address bar and access your xmlrpc.php file directly and you should see a message that says; “XML-RPC server accepts POST requests only.” That’s expected behavior.

Viewing 1 replies (of 1 total)
  • The topic ‘xmlrpc.php’ is closed to new replies.