Server accepts only requests on http. no HTTPS

I deployed my api on a free service.
If I use a browser it uses HTTPS but if I send requests from a mobile app, it doesn’t accept requests on https, only http. This is a problem because I send secure cookies and the server is mainly used as an API for the app.

Thanks

Hey!

Can you share a reproduction scenario? Koyeb applications listen in both HTTP and HTTPS. If you contact them using http://your-app-url it should be in HTTP and if using https://your-app-url, it should be in HTTPS. The client being a mobile app shouldn’t change that :thinking: