redmine-net-api
redmine-net-api copied to clipboard
Basic HTTP auth and API key auth pattern
I tried about #237 .
The update pattern NameValueCollection requires many changes. So I added the ability to pass two credentials in the constructor.
Maybe I miss something, but why is necessary to use both authentication types in the same time?
We received the following request from the client. 1.Basic authentication by Apache. 2.Granting user rights to update Redmine. 3.No login required when browsing.
For these reasons, I thought I needed to do Apache Basic authentication and Redmine API key authentication.