Nikky
10/21/2019, 5:25 AMfetch
requests fail
Access to fetch at '<https://pentagame.herokuapp.com/api/status>' from origin '<http://pentagame.herokuapp.com>' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
as if all the cors settings i set in Ktor had no effect anymoreMarc Knaup
10/21/2019, 5:30 AMNikky
10/21/2019, 5:50 AMNikky
10/21/2019, 5:50 AMMarc Knaup
10/21/2019, 5:51 AMNikky
10/21/2019, 5:51 AMNikky
10/21/2019, 5:51 AMMarc Knaup
10/21/2019, 5:51 AMMarc Knaup
10/21/2019, 5:52 AMMarc Knaup
10/21/2019, 5:54 AMNikky
10/21/2019, 6:01 AMMarc Knaup
10/21/2019, 6:01 AMXForwardedHeaderSupport
feature being installed.Marc Knaup
10/21/2019, 6:02 AMXForwardedHeaderSupport
Ktor will analyze the request headers and see that Heroku did that and properly use HTTPS in situations like redirects.Nikky
10/21/2019, 6:16 AMNikky
10/21/2019, 6:23 AMMarc Knaup
10/21/2019, 6:24 AMdo the features have to be installed in order ?yes