-
Notifications
You must be signed in to change notification settings - Fork 2.5k
added basic support for digest authentication on curl adapters #7329
Conversation
Please supply unit tests, if at all possible. (You have until 19 March 2015 to do so if you want to see this included in 2.4). The unit test could test that |
Thanks for your feedback. I have to say, this is my first time contributing to an open source project, and I'm not familiar with pull requests either. I'd like to contribute, so any feedback on how and what I should do or how I can improve is much appreciated. Everyone has to start somewhere, right? ;-) |
@yp28 test looks great! Only issue I have is coding standards; I'll take care of them on merge, however. In the future, you can take care of them yourself quite easily.
|
added basic support for digest authentication on curl adapters
- method returns an associative array, not an array of header lines.
Merged to develop for release with 2.4. |
Awesome, thanks for the feedback! Added this page as a bookmark for personal future reference. |
…gest-authentication-basic added basic support for digest authentication on curl adapters
- method returns an associative array, not an array of header lines.
Missed it, added basic support for HTTP Digest authentication on cURL requests.