Why does cookie_domain only work with `COOKIE_DOMA...
# general
s
Why does cookie_domain only work with
COOKIE_DOMAIN=127.0.0.1
on Docker? I thought 127.0.0.1 was a loopback address that means 'this container' 0.0.0.0 doesnt work, local ip 192... doesn't work nor does the name of the service in the Docker network. Only 127.0.0.1?
2 Views