Skip to content

Lua EnvoyFilter set multiple set-cookie header in request_handle functions #7742

@fentas

Description

@fentas

Title: Set mutiple Set-Cookie header within a Lua EnvoyFilter as reponse
istio verision: v1.2.2

I tried to concat with , like

headers["set-cookie"] = "test=123; Path=/, foo=bar; Path=/" 

This will be send but not unfolded.

Also tied using a table (like Nginx does it) no luck -> got table, sting expected.

Metadata

Metadata

Assignees

Labels

enhancementFeature requests. Not bugs or questions.help wantedNeeds help!

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions