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

Feature request: Support for cookies in HTTP Config Retriever #60

Open
abhi19gupta opened this issue Oct 17, 2018 · 3 comments
Open

Feature request: Support for cookies in HTTP Config Retriever #60

abhi19gupta opened this issue Oct 17, 2018 · 3 comments

Comments

@abhi19gupta
Copy link

The HTTP configuration store used by the Config Retriever takes in just the host, port, and path (as mentioned here and supposedly other options mentioned here). This feature request is for adding an option to send cookies along with the HTTP request. In my case, I use cookies to send authentication token along with the HTTP request.

PS: I had raised the same feature request here as well.

@cescoffier
Copy link
Member

The underlying WebClient does not support passing cookie.

@eutkin
Copy link

eutkin commented Oct 26, 2018

Hi all. Why can't I just pass this information to the header?

https://gist.github.com/eutkin/3a237416b48bf6f69e3b5e534268f8da

@gaol
Copy link
Member

gaol commented Nov 20, 2019

@eutkin There is a PR to support request headers in HTTP Config Retriever: #103, would you please check if it works for you? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants