I\'m trying to implement a custom authentication provider in Symfony 2. I\'m sending a test request using Fiddler and printing all headers server side; well, Authoriza
Authoriza
Authorization header is used for http basic authentication which is discarded by apache if not in valid format. Try using another name.