-
Notifications
You must be signed in to change notification settings - Fork 49
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
Guzzle default headers are overwritten #157
Comments
Hi @cocochepeau, Thank you for using our client! We truly appreciate your engagement and feedback. We are always looking to improve and would love to see contributions from our user community. Is this something you would be willing to assist with? Whether it's enhancing functionality, fixing bugs, or improving documentation, every Pull Request is welcome. We would be happy to review your submission and work with you to integrate it into our project. If you need any guidance on how to get started or have any questions about the process, please don't hesitate to ask. Looking forward to potentially collaborating with you! Best Regards |
Greetings, I can have a look when I got time (no ETA!). Best, |
Thanks a lot! 👍
…On Saturday, August 10, 2024, sykz42 ***@***.***> wrote:
Greetings, I can have a look when I got time (no ETA!).
Best,
—
Reply to this email directly, view it on GitHub
<#157 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADPDYJ2GLSZP3PN7CX5RITZQXMKFAVCNFSM6AAAAABMGBESMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBQGU4DQMRQGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
We should see the custom headers being sent to influx host.
To add some context I have influx API under cloudflare zero trust. I want to use service tokens to allow influx client to connect to and write points to my influx API. AFAIK this is not possible ATM due to this headers issue.
Actual behavior:
Headers are I guess overwritten when calling the "send" request from http client, more details: https://docs.guzzlephp.org/en/7.0/request-options.html?highlight=default%20header#headers
Specifications:
The text was updated successfully, but these errors were encountered: