Archive for June 6th, 2007
WordPress "XML-RPC server accepts POST requests only."
This morning I found I couldn’t publish to WordPress using Windows Live Writer any more. I would get errors like “Invalid Server Response – The response to the blogger.getUsersBlogs method received from the weblog server was invalid.” and when I looked at the request in HTTPAnalyzer, WordPress’s xmlrpc.php was sending “XML-RPC server accepts POST requests only.”, [...]
Posted: June 6th, 2007 under Blog.
Comments: 6
The hidden cost of meta-refresh tags
We just discovered at Plaxo that redirecting using meta-refresh tags has a surprising performance penalty as a side-effect: it causes all cached resources on the redirected-to page to be re-requested (as if the user had hit the “refresh” button). Even though most of them should return 304s (if you’re caching them properly), this still results [...]
Posted: June 6th, 2007 under Plaxo, Web development.
Comments: 1
