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
When navigating tosearch.html Serve forwards the request to /search.
so far so good. But query-strings at the end of an URL are removed while forwarding:
search.html?s=hello -> /search
This is not a behavior I would expect in normal operation
When navigating to
search.htmlServe forwards the request to/search.so far so good. But query-strings at the end of an URL are removed while forwarding:
search.html?s=hello->/searchThis is not a behavior I would expect in normal operation