Summary
We are writing unit tests to test the creation and invalidation of JWT tokens and receiving a \"The token could not be parsed from the reque
Apache by default consumes this header. You can fix apache behavior by adding this to your site .conf file:
# Workaround apache consuming the header. RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]