Richard Stanway
December 26, 2016 07:26PM
See http://nginx.org/en/docs/http/ngx_http_headers_module.html#add_header

"Adds the specified field to a response header provided that the response
code equals 200, 201, 204, 206, 301, 302, 303, 304, or 307."

If the always parameter is specified (1.7.5), the header field will be
added regardless of the response code.

On Tue, Dec 27, 2016 at 12:37 AM, pdh0710 <nginx-forum@forum.nginx.org>
wrote:

> error_page 400 401 402 403 404 500 502 503 504 /err.html;
>
> location = /err.html {
> root /var/www;
> add_header Set-Cookie "error_response=${status}; path=/;";
> }
>
> ==========
>
> (Please excuse my English)
>
> Above is a part of my 'nginx.conf'. My purpose is... If error occurred,
> client browser gets
> 'err.html' with error_response=$status cookie. The 'err.html' has
> JavaScript
> codes that
> handles the error_response cookie and display related error messages.
>
> However, when I tried "http://test.domain.com/not_exist.html" and other
> urls
> make error,
> the client browser got 'err.html' without error_response cookie.
> But when I tried "http://test.domain.com/err.html" directly, client
> browser
> got error_response
> cookie successfully.
> So, I concluded Nginx does not pass cookies when using 'error_page'
> directive.
>
> Is it a Nginx bug?
> Or intentionally blocked? Why?
>
> Posted at Nginx Forum: https://forum.nginx.org/read.
> php?2,271704,271704#msg-271704
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Cannot set cookies when using error_page directive, why?

pdh0710 December 26, 2016 06:37PM

Re: Cannot set cookies when using error_page directive, why?

Richard Stanway December 26, 2016 07:26PM

Re: Cannot set cookies when using error_page directive, why?

pdh0710 December 27, 2016 09:38AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 312
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready