wsgi: Fix https port number in CORS responses.
toHTTPS was only taking care of scheme, which is not enough. So use self._https_url directly.
Showing
Please register or sign in to comment
toHTTPS was only taking care of scheme, which is not enough. So use self._https_url directly.