My previouse post about Windows Live Writer Beta 2 and Wordpress 403 error, recommending to distable Bad behavior plugin. I found new solution from Travin’s blog. To solve this problem (before the new release of WL Writer) you need to modify msie.inc.php of Bad Bihavior.
Looking for
if (!array_key_exists(’Accept’, $package[’headers_mixed’])) { return “17566707″; }
Chang to
if (strpos($package[’headers_mixed’][’User-Agent’], “Windows Live Writer”) === FALSE && !array_key_exists(’Accept’, $package[’headers_mixed’])) { return “17566707″; }

Transfer Money Worldwide
1 Response to “Windows Live Writer and Wordpress 403 Error 2”