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

Add user agent header to the schema registry rest request #2171

Open
glvecino opened this issue Jan 16, 2024 · 0 comments
Open

Add user agent header to the schema registry rest request #2171

glvecino opened this issue Jan 16, 2024 · 0 comments

Comments

@glvecino
Copy link

Description

The schema registry RestService implementation: https://github.com/confluentinc/confluent-kafka-dotnet/blob/master/src/Confluent.SchemaRegistry/Rest/RestService.cs does not allow any mechanism to provide headers.
In our company we have a WAF blocking any request without UserAgent, so we would like to be able to add at least that header.

How to reproduce

Just in any call of the schema registry captured the UserAgent header is not present.

Checklist

  • Confluent.SchemaRegistry --version 2.3.0
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

No branches or pull requests

1 participant