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 multiple cookies in response headers in Python #892

Closed
KarFan-FS opened this issue May 20, 2021 · 1 comment
Closed

Set multiple cookies in response headers in Python #892

KarFan-FS opened this issue May 20, 2021 · 1 comment
Assignees

Comments

@KarFan-FS
Copy link

Hello. I'll be brief as my problem is already exaplined in detail here:
Azure/azure-functions-host#2737

In short, I want to be able to add multiple "Set-Cookie" headers to the HttpResponse object in Python.
Could you please provide the same "cookies" attribute you did in Javascript to Python?

If not, how can I dynamically create cookies in the meantime? The proxy solution given in the link only allows for hard-coded cookies, correct? I need to be able to generate cookie values based on my logic.

@ghost ghost assigned soninaren May 20, 2021
@soninaren soninaren removed their assignment May 20, 2021
@v-anvari v-anvari transferred this issue from Azure/azure-functions-host Sep 21, 2021
@YunchuWang YunchuWang self-assigned this Mar 8, 2022
@vrdmr
Copy link
Member

vrdmr commented Mar 8, 2022

Closing this issue in favor of Azure/azure-functions-python-library#107 - we are investigating and will get the fix out soon.

@vrdmr vrdmr closed this as completed Mar 8, 2022
@ghost ghost removed the needs-triage (functions) label Mar 8, 2022
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

4 participants