• Resolved harchvertelol

    (@harchvertelol)


    A some hostings set all letters in headers to small letters. And we have ‘authorization’, but not ‘Authorization’. Can you please fix it?
    Fast fix is adding else one element to headers:
    $possibleAuthHeaderKeys = [‘Authorization’, ‘authorization’, ‘HTTP_AUTHORIZATION’, ‘REDIRECT_HTTP_AUTHORIZATION’];

    But maybe you set all letters in headers to small, and in you array set all letters to small?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author michielve

    (@michielve)

    Hi,

    Thanks for letting me know, I released a new version (20200902) with the fix in it.

    Best wishes,
    Michiel

    Thread Starter harchvertelol

    (@harchvertelol)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Auth header’ is closed to new replies.