daniloercoli / WordPress-XML-RPC-Validator

WordPress plugin that checks the validity of the XML-RPC Endpoint of WordPress sites
GNU General Public License v2.0
49 stars 24 forks source link

Logging error #2

Open AranciaInternet opened 8 years ago

AranciaInternet commented 8 years ago

Hi there When I test a particular site with HTTP Auth turned on, it returns a 404 Error. A portion of the log shows that it is testing http://www.mysite.com for RSD and returning a 404. I wondered if this is just the log showing the wrong site or if it is actually testing the GET against MYSITE and that's why it's returning a 404. Here is the log:

404 Not Found Sorry, there isn't a FAQ for this issue. Please seach within the forum or post a new thread. If you aready solved this issue you can propose a fix by clicking on this link Hide Log Date Message 2015-12-03 15:46:07 The validator will start the XML-RPC discovery process by using the URL 'http://www.carlysnydermd.com' as base URL. 2015-12-03 15:46:07 The validator is going to the test following URL: http://www.carlysnydermd.com/xmlrpc.php by doing the XML-RPC call system.listMethods on it. 2015-12-03 15:46:07 HTTP Request headers: Array ( [Content-Type] => text/xml [User-Agent] => WordPress XML-RPC Client/1.1 [Content-Length] => 158 [Accept] => / ) 2015-12-03 15:46:07 XML-RPC Request: 2015-12-03 15:46:07 <?xml version="1.0"?>

system.listMethods

2015-12-03 15:46:07 Response details below -> 2015-12-03 15:46:07 HTTP Response code: 429 - Too Many Requests 2015-12-03 15:46:07 HTTP Response headers: Array ( [content-type] => text/html; charset=iso-8859-1 [server] => Managed WordPress Hosting by Lightning Base [lbc] => LBNONE [lbvis] => DYN [x-cacheable] => YES [content-length] => 82 [accept-ranges] => bytes [date] => Thu, 03 Dec 2015 16:02:24 GMT [x-varnish] => 456015893 [via] => 1.1 varnish [connection] => close [age] => 0 [x-cache] => LBV-MISS ) 2015-12-03 15:46:07 The validator hasn't found the XML-RPC Endpoint at the URL: http://www.carlysnydermd.com/xmlrpc.php 2015-12-03 15:46:07 The validator is going to downloading the HTML page available at the URL http://www.carlysnydermd.com Inside the HTML code should be available the link to the RSD document. 2015-12-03 15:46:07 Doing a simple HTTP GET request on the following URL http://www.carlysnydermd.com 2015-12-03 15:46:07 HTTP Request: Array ( [Accept] => text/html [User-Agent] => WordPress XML-RPC Client/1.1 ) 2015-12-03 15:46:08 HTTP Response Headers: Array ( [x-powered-by] => PHP/5.5.24 [x-pingback] => http://www.carlysnydermd.com/xmlrpc.php [link] => http://www.carlysnydermd.com/; rel=shortlink [vary] => Accept-Encoding [content-encoding] => gzip [cache-control] => max-age=3 [expires] => Thu, 03 Dec 2015 16:02:28 GMT [content-type] => text/html; charset=UTF-8 [server] => Managed WordPress Hosting by Lightning Base [lbc] => LBNONE [lbvis] => DYN [x-cacheable] => YES [content-length] => 7299 [accept-ranges] => bytes [date] => Thu, 03 Dec 2015 16:02:25 GMT [x-varnish] => 456015902 [via] => 1.1 varnish [connection] => close [age] => 0 [x-cache] => LBV-MISS ) 2015-12-03 15:46:08 HTTP Response Codes: Array ( [code] => 200 [message] => OK ) 2015-12-03 15:46:08 Parsing the HTML response document trying to match the RSD Endpoint declaration... 2015-12-03 15:46:08 RSD document found at:http://www.mysite.com/xmlrpc.php?rsd 2015-12-03 15:46:08 The RSD document was found at the following URL http://www.mysite.com/xmlrpc.php?rsd Downloading the RSD document content. Inside the RSD document there is the link to the XML-RPC endpoint. 2015-12-03 15:46:08 Doing a simple HTTP GET request on the following URL http://www.mysite.com/xmlrpc.php?rsd 2015-12-03 15:46:08 HTTP Request: Array ( [Accept] => text/xml [User-Agent] => WordPress XML-RPC Client/1.1 ) 2015-12-03 15:46:09 HTTP Response Headers: Array ( [date] => Thu, 03 Dec 2015 16:02:26 GMT [server] => .V05 Apache [connection] => close [content-type] => text/html ) 2015-12-03 15:46:09 HTTP Response Codes: Array ( [code] => 404 [message] => Not Found )

Efobitayo commented 7 years ago

Hello!.. I just realized you have fixed your issue. Great!. Am having sane problem here. Can you please help me out Thanks