Skip to content

Handle query args#454

Merged
gabriel-samfira merged 1 commit into
cloudbase:mainfrom
gabriel-samfira:fix-encoding
Jul 16, 2025
Merged

Handle query args#454
gabriel-samfira merged 1 commit into
cloudbase:mainfrom
gabriel-samfira:fix-encoding

Conversation

@gabriel-samfira

@gabriel-samfira gabriel-samfira commented Jul 16, 2025

Copy link
Copy Markdown
Member

Merge any query args from both the GH url and the supplied URL. JoinPath() url encodes the entire supplied path, including ?, which makes the final path invalid. We either change the newActionsRequest() function to accept a separate parameter with a map of query args, or we just parse the supplied path.

We can revisit this later.

Fixes: #452

Merge any query args from both the GH url and the supplied URL.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
@gabriel-samfira gabriel-samfira merged commit c952525 into cloudbase:main Jul 16, 2025
4 checks passed
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

Successfully merging this pull request may close these issues.

scalesets runner group check incorrectly encodes query parameters

1 participant