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

Set identifying headers for all outbound requests for User-Agent etc #63

Closed
devraj opened this issue Dec 5, 2024 · 0 comments
Closed
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@devraj
Copy link
Member

devraj commented Dec 5, 2024

Is your feature request related to a problem? Please describe.
Clients like Stripe's Python bindings set meaningful headers, some of them are HTTP standards like User-Agent and the others like Idempotency key are specific to Stripe.

Idempotency key: e0bbc0bd-.....
User agent: Stripe/v1 PythonBindings/10.9.0

Describe the solution you'd like
We should definitely set HTTP standard headers that make sense and investigate any others in relation to #2

Describe alternatives you've considered
NA

Additional context
See Stripe API client design.

@devraj devraj added the enhancement New feature or request label Dec 5, 2024
@devraj devraj self-assigned this Dec 5, 2024
@devraj devraj added this to the alpha-finalisation milestone Dec 5, 2024
devraj added a commit that referenced this issue Dec 23, 2024
@devraj devraj added the documentation Improvements or additions to documentation label Dec 23, 2024
devraj added a commit that referenced this issue Dec 23, 2024
@devraj devraj mentioned this issue Mar 5, 2025
@devraj devraj closed this as completed Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant