Skip to content

Instantly share code, notes, and snippets.

@chrisaldrich
Created April 22, 2019 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisaldrich/6fe83780258e2e32f402c50a3304f2e0 to your computer and use it in GitHub Desktop.
Save chrisaldrich/6fe83780258e2e32f402c50a3304f2e0 to your computer and use it in GitHub Desktop.
IndieAuth tool
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