I have requirement to redirect http to https. For example, http://test.api.com/myapi/v1 should redirect to https://test.api.com/myapi/v1
As suggested in below link we created redirect proxy.
https://community.apigee.com/questions/36727/redirect-all-http-request-to-https-requests-using.html
But we are not able to create Virtual host with port 80. As per document Edge for the Cloud customers can only create an HTTPS virtual hosts with TLS enabled. There is one http (port 80) virtual host which was created by default. However, it is not allowing to edit or add Host Alias. Is there any way to create Virtual host with port 80 in public cloud OR is there any alternative approach to redirect from http to https. Thanks.