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
Not a maintainer, but this makes sense to me as not a bug, since client's should not be sending the URL hash to a server:
The search part, if present, is sent as part of the HTTP command, and may in this respect be treated as part of the path. No fragmentid part of a WWW URI (the hash sign and following) is sent with the request.
Describe the bug
expect
console.log(req.url);
should output'/path/to.html?q=1#hash'
but got
'/path/to.html?q=1'
Checklist
The text was updated successfully, but these errors were encountered: