I'm trying to redirect all my APIs and web HTTP requests to HTTPS in Swift Perfect. I have deployed code into AWS. When I Googled, all I'm getting is using ELB which I'm not using. Are there any workaround to redirect to https port inside code?
I'm trying to redirect all my APIs and web HTTP requests to HTTPS in Swift Perfect. I have deployed code into AWS. When I Googled, all I'm getting is using ELB which I'm not using. Are there any workaround to redirect to https port inside code?