Fix blogger auth. Props andy. fixes #4847
git-svn-id: https://develop.svn.wordpress.org/trunk@5966 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e38abfba84
commit
be259a7a72
@ -84,7 +84,7 @@ class Blogger_Import {
|
||||
if ( empty($this->blogs) ) {
|
||||
$headers = array(
|
||||
"GET /feeds/default/blogs HTTP/1.0",
|
||||
"Host: www2.blogger.com",
|
||||
"Host: www.blogger.com",
|
||||
"Authorization: AuthSub token=\"$this->token\""
|
||||
);
|
||||
$request = join( "\r\n", $headers ) . "\r\n\r\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user