indieweb/wordpress-indieauth – write test to make sure HTTP_AUTHORIZATION works

indieweb/wordpress-indieauth (GitHub)

wordpress-indieauth – IndieAuth for WordPress

Work around for shared hosting stripping auth headers seems to be broken. Write test to prove it

SetEnvIf Authorization “(.*)”
HTTP_AUTHORIZATION=$1
RewriteRule .* –
[E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

Leave a Reply