I have Nginx webserver with PAM module for basic authentication, and the client side is the javascript. I have to fix one security issue, where we want to stop sending authorization header from browser on the subsequent request. After the first authentication , I want browser to send cookie instead of authorization header for authentication purpose. What is the way to achieve the same.

0

There are 0 best solutions below