You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: