On 16/12/2023, Saint Michael wrote:
> I have a reverse proxy but for security reasons, I need to force the
> client to work the closest to an Incognito session as possible.
> I tried adding the following:
>
> proxy_set_header Cookie "";
> add_header Set-Cookie "cookie_name=; Expires=Thu, 01 Jan 19
On Sat, Dec 16, 2023 at 02:16:45PM -0500, Saint Michael wrote:
Hi there,
> I have a reverse proxy but for security reasons, I need to force the
> client to work the closest to an Incognito session as possible.
I suspect that that can only reliably be done by telling the client to
use an Incognit
I have a reverse proxy but for security reasons, I need to force the
client to work the closest to an Incognito session as possible.
I tried adding the following:
proxy_set_header Cookie "";
add_header Set-Cookie "cookie_name=; Expires=Thu, 01 Jan 1970 00:00:01 GMT;"; }
but it still does not work