I created authorize attribute in some controller. When my browser using jquery call this api to get data, it gets unauthorized 401 status code, my browser always show authencation popup. It is ugly. I think it can be resolved by remove WWW-Authenticate header? How do I remove it in Web API.
Thanks a lot!