Hi All,
I have configured config.accept_http_if_already_terminated=true and try to use http request using 8000 port using postman, also I added X-Forwarded-Proto:https header, but still I received below error
{
“error_description”: “You must use HTTPS”,
“error”: “access_denied”
}
can anybody help?