Skip to content

HttpClient is encoding ampersands and equal signs in my get request #10034

Discussion options

You must be logged in to vote

one thing to try, we follow the URI templates spec so you may need a + in front of the variables to avoid escaping. The server and the client both use the same uri template implementation. See https://docs.micronaut.io/latest/guide/#routing section URI Reserved Character Matching (which seems to have a rendering problem in the docs)

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@Jonathan-Zollinger
Comment options

@Jonathan-Zollinger
Comment options

@yawkat
Comment options

@Jonathan-Zollinger
Comment options

@yawkat
Comment options

Answer selected by Jonathan-Zollinger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants