Yaak Logo
Yaak
Feedback/Query string params parsed incorrectly if the URL ends with another param

Query string params parsed incorrectly if the URL ends with another param

Kevin Davis·10 days ago
ResolvedBug

This may be recorded elsewhere (I couldn’t think of how to search for it) or it may be user error. But when I tried to parameterize a URL like this, where the ending URL part is a parameter, and I want to parameterize some query string bits, it didn’t work as expected:

https://localhost:3399/api/invoice/list/:sourceCode?createdBy=:user

The parameters Yaak recognized were

  • sourceCode (expected)
  • sourceCode?createdBy=:user (expected “user”)

It doesn’t seem to recognize the break between the ending URL param and any query string.

Windows2026.4.0

Comments (3)

Sign in to leave a comment.

Gregory SchierIn Progress

This should have been fixed in 2026.5. Can you try that version?

Kevin DavisOP

You’re right, it is fixed in the current version – my apologies.

I must have dismissed an upgrade prompt at some point and forgot about it, since it wasn’t showing that a new version was available (and I didn’t manually check).

Gregory Schier

No worries. Thanks for confirming :)

Type to search feedback...