zendframework / ZendOAuth

BSD 3-Clause "New" or "Revised" License
19 stars 22 forks source link

Header override fix #9

Closed JustInVTime closed 11 years ago

JustInVTime commented 11 years ago

Headers already defined in a request object are overridden by the setHeaders() call in prepareOAuth. This fix fetches the header Object from the request and adds the authorization header to it.

Maks3w commented 11 years ago

Thank you