also have cors enabled (whitelist). This service is behind a nginx proxy with proxy_pass and the following sets: proxy_set_header http_host $http_host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_redirect off;
proxy_http_version 1.1; but i can't really do a cors request (nginx replies me with 405 and not the service) what to do?
What's 405 again?
Remove X-Forwarded-Proto
Обсуждают сегодня