Created
April 22, 2019 23:20
-
-
Save chrisaldrich/6fe83780258e2e32f402c50a3304f2e0 to your computer and use it in GitHub Desktop.
IndieAuth tool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test Authorization Headers | |
URL of this page | |
https://boffosocko.com/wp-content/plugins/indieauth/authdiag.php | |
Run Test | |
Summary Results | |
$_SERVER['HTTP_AUTHORIZATION'] is unavailable on this server. You may need to change some configurations to get tools working. | |
$_SERVER['REDIRECT_HTTP_AUTHORIZATION'] is available on this server! This can be used as a fallback for $_SERVER['HTTP_AUTHORIZATION']. | |
Tools may use getallheaders(), but the authorization header was not found there. | |
Tools may use apache_request_headers(), but the authorization header was not found there. | |
Full Results | |
This is mostly for your friendly neighbourhood developer. | |
array(3) { | |
["server"]=> | |
array(1) { | |
[0]=> | |
string(27) "REDIRECT_HTTP_AUTHORIZATION" | |
} | |
["getallheaders"]=> | |
array(0) { | |
} | |
["apache_request_headers"]=> | |
array(0) { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment