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
because * and :arg is a wildcard-like pattern; but instead assigned the value in arg;
maybe you need to consider the pattern? like /user/:id?
when no favicon registered in html, browser will automatically get from /favicon.ico
so yeah, you get 2 incoming connection from browser the actual path + favicon path
I think, favicon.ico should be ignored if the path is /:id. I leave this issue opened. In the case it is not a bug any maintainer can close this thread
similark
pushed a commit
to similarweb/httprouter
that referenced
this issue
May 9, 2023
Why is
favicon.ico
passed toParams
if your url template is f.e./:id
?The text was updated successfully, but these errors were encountered: