Closed coleslaw481 closed 4 years ago
Fixed in 2.0.2
7974f75..404a0d1 master -> master
The code now leverages the request.is_secure()
method to determine whether the URL should start with http:// or https://
and the ports are omitted if SSL and 443
or if non SSL and port 80
If a user submits or updates an app from https://apps.cytoscape.org (SSL) the Server address displayed in the email sent to the user incorrectly sets the prefix to
http://
and adds the port:443
The code should just prefix withhttps://
and omit the port if the request comes in from port443
Example: