• Resolved bruho

    (@bruho)


    Is it normal that WordPress sends 2 ping requests to each ping service (smth like pingomatic or technorati)?
    I’ve noticed it, when add to the ping-list my own ping service. So, ping-receiving script works correct and reads an incoming data from input stream. From each WP ping script receives 2 consecutive incoming XML requests like this:

    <?xml version="1.0"?>
    <methodCall>
    <methodName>weblogUpdates.ping</methodName>
    <params>
    <param><value><string>Blog Name</string></value></param>
    <param><value><string>http://www.blog-url.com/</string></value></param>
    </params></methodCall>

    I’ve tested it at 2 servers and at local server – the same situation.
    Is that OK or some trouble with WP version or smth else? I don’t use any plugins or modifications for WP.

  • The topic ‘Double ping request?!’ is closed to new replies.