Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpFoundation] AddQueryParameterRequestMatcher#51324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
c3b18c5 tocf18d8fComparenorkunas commentedAug 10, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
While writing github webhook request parser I encountered that they send signature as a header, would it make sense to also add |
alexandre-daubois commentedAug 10, 2023
That would be a big yes for me, definitely! Gave a try here:#51343 Thank you for the idea, it would be even more powerful with those features! |
6aec919 to762ae91Compare762ae91 to7803103Comparealexandre-daubois commentedOct 2, 2023
Rebased and conflicts fixed |
7803103 to448c2b1Comparefabpot commentedFeb 3, 2024
Thank you@alexandre-daubois. |
…-daubois)This PR was merged into the 7.1 branch.Discussion----------[HttpFoundation] Add `HeaderRequestMatcher`| Q | A| ------------- | ---| Branch? | 7.1| Bug fix? | no| New feature? | yes| Deprecations? | no| Tickets | _NA_| License | MIT| Doc PR | TodoThis a follow up to:-#51324After `@norkunas`' [comment](#51324 (comment))Commits-------62b5a34 [HttpFoundation] Add `HeaderRequestMatcher`
Uh oh!
There was an error while loading.Please reload this page.
We know we need a
authorizationCodequery parameter to support a request in our authenticator. We would love to use only theChainRequestMatcherto do so. I'd like to add thisQueryParameterRequestMatcherin order to do the following:Which would match the following:
/sso/provider?authorizationCode=...