Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:query-string doesn't contain qualified keywords #281

Open
zendevil opened this issue Mar 22, 2021 · 1 comment
Open

:query-string doesn't contain qualified keywords #281

zendevil opened this issue Mar 22, 2021 · 1 comment

Comments

@zendevil
Copy link

I am making a request with the following :params: {:user/foo 1 ;user/bar 2}. However, when the request is received by the Luminus app, the query string doesn’t contain the keyword qualifiers and is: foo=1&bar=2 instead of user/foo=1&user/bar=2. Why aren’t the keyword qualifiers showing? I’d like them to show.

@yogthos
Copy link
Member

yogthos commented Mar 23, 2021

Might be an artifact of encoding a GET request since it has to turn into a URL string. Could you try using POST instead to see if namespaced keywords roundtrip in the body?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants