I am having trouble getting the http get query prams due to the # symbol being part of the query string.
Ideally the external party should have URL encoded the params but that is not the case.
So when I call the :query-string on the received request it works fine up to that point.
Is there anyway I can mitigate this problem?
I have gone through the http-kit docs and the ring doc since http-kit conforms to the ring spec but to no avail. If anyone can point me in the right direction i will be grateful.