You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #30 Fix the request target in PSR7 Request (mtibben)
This PR was squashed before being merged into the 1.0-dev branch (closes#30).
Discussion
----------
Fix the request target in PSR7 Request
The request target is not being preserved correctly when using this library. This is because the query string is normalized, and we're not populating the PSR-7 request with the actual request target.
This is important for things like http signatures which uses the request target as an input to sign a request.
Commits
-------
94fcfa5 Fix the request target in PSR7 Request
0 commit comments