Windows Live Writer and Wordpress 403 Error 2
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″; }

August 8th, 2007 at 11:42
[…] There’s only one caveat with WLW: the Bad Behavior anti-spam plugin blocks it. I found the fix in this post. […]