Relative Content

Tag Archive for djangodockercsrfpodmancsrf-token

Error 403 while running Docker image on Windows, but works on RHEL8

I have a web application made in Django, I build it and run it in Linux Redhat 8 and it works fine.
Trying to run it on Windows using Docker allows me to get into webpage, but I can’t login, I just get [POST] Error 403 (Forbidden), But the image is the same at both envs.