-
Notifications
You must be signed in to change notification settings - Fork 154
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-Cookie headers in headersOut are not accessible #298
Comments
Will be done as a part of #266. |
Thanks @xeioex |
@kepuss I plan to release it as a part of 0.4.0 (the beginning of April) or 0.4.1 (May). |
Hello @xeioex do you have any concrete timelines for the release of the set-cookie fix? |
@joshgibs the patch is currently in queue for review. We plan to release 0.4.0 on 21.04.2020. |
njs 0.4.0 is released: http://nginx.org/en/docs/njs/changes.html#njs0.4.0 |
Hi,
I have a problem to access Set-Cookie headers (I got 5 of them in response) from reply.headersOut.
I can only read the first one.
When I use the loop to display all headers:
I get 5 times first header.
I saw the same question a few months ago #240
I'm using nginx-plus-module-njs 0.3.7
Have you introduced any method to access those headers?
The text was updated successfully, but these errors were encountered: