Skip to content

Overrides POST method requests #355

Description

@RinatGumarov

Whenever i do POST requests to my server on http, I receive GET method in my application. However if I use https, I receive POST method. So the problem is in redirecting.

Here is my docker-compose for example:
https-portal:
image: steveltn/https-portal:1
ports:
- "80:80"
- "443:443"
depends_on:
- web
restart: always
environment:
DOMAINS: "localhost -> http://web:8000"
STAGE: "local"
ERROR_LOG: default
ACCESS_LOG: default
volumes:
- https-portal-data:/var/lib/https-portal

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions