Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] About wildcard matching failure #68

Open
dadaewqq opened this issue Sep 25, 2024 · 0 comments
Open

[Bug] About wildcard matching failure #68

dadaewqq opened this issue Sep 25, 2024 · 0 comments

Comments

@dadaewqq
Copy link

Hello, I found a problem.
The ? in the URL cannot be matched with the wildcard ?
I must use ? (that is, escape the ?) to match it.
This doesn't comply with the wildcard rule, right?

URL:example.com/a?b=c
Matching error:example.com/a?b=*
Matching success:example.com/a?b=*

@dadaewqq dadaewqq changed the title About wildcard matching failure [Bug] About wildcard matching failure Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant