Skip to content

feat: supports passing arbitrary query parameters on send requests #478

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dylan-asos
Copy link

@dylan-asos dylan-asos commented Mar 28, 2025

Purpose

closes #477.

Approach

Allows setting new configuration api_extra_query_params. If this is set, then anything contained is appended to the query string as part of the call to HTTPBuildQuery when building the url to make a tracking request to.

Copy link
Member

@tdumitrescu tdumitrescu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch (and test)! Just a few minor suggestions, we should be able to get this out soon

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.

Allow passing query string parameters when proxying requests
2 participants