SSRS web service 401 when i include Authorization http header -


we use both ssrs 2008 r2 , 2012. when access report using url access (direct ssrs server hit) , add "authorization: bearer xyzelkalklsjsdfalsjdf" http header, 401 somewhere in request pipeline. have custom httpmodule registered @ top of chain oauth related security checks. when header included, request never reaches httpmodule. if change header ex: "yauthorization: ljlxzcvc..", request reaches httpmodule , works. ssrs looking particular header named "authorization" , it. point note: have implemented custom forms authentication module , doing rich authorization using extensible ssrs api.

now questions are:

  1. what happening here? acting on request before httpmodule registered on top in ssrs\reporting service\web.config gets it?

  2. how ensure httpmodule executes before whatever component terminating request 401


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -