gocraft/web

Impossible to get value of query params

Opened this issue · 1 comments

Given a route with the following path "foo/:*" is impossible to retrieve with the classic methods such Request.FormValue("key") the value of the param if the request has the following url "foo/bar?key=value"

It seems a cache problem on the browser.