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

ignore list #125

Open
alissonrodrigo opened this issue Aug 9, 2023 · 1 comment
Open

ignore list #125

alissonrodrigo opened this issue Aug 9, 2023 · 1 comment

Comments

@alissonrodrigo
Copy link

I can't get "ignore" to work on a uri and its sub queries.
"ignore" => ["/list"]
ex:
/list
/list/1
/list/3

the codes are dynamic so it's impossible to put them all

@tuupola
Copy link
Owner

tuupola commented Aug 10, 2023

How are you configuring the middleware? Also show an example request and response with curl. For example:

$ curl --include http://www.example.com/list/2
HTTP/1.1 404 Not Found
Cache-Control: max-age=604800
...

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

2 participants