SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
in .htaccess works like a charm! THX!
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
in .htaccess works like a charm! THX!
The “Authorization:” header never reach my host. Maybe it is forbidden for security reasons.
So, I send a “WWW-Authorization:” header, wich appear as $_SERVER[‘HTTP_WWW_AUTHORIZATION’]. I had to change lines 208 and 212 in script “/secure-xml-rpc/includes/XMLRPCS_Profile.php” to accept this header.
Thread Starter
meira
(@meira)
Access to $wpdb class would be fine, to make remote SQL requests…
I have the same problem. mpvanwinkle77 hack works for me. But user admin ID still 1, not 0.