slimphp / Slim-Psr7

PSR-7 implementation for use with Slim 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default port for https should be 443

adriansuter opened this issue · comments

Shouldn't we change that line such that in case of https the default port would be 443?

$port = !empty($globals['SERVER_PORT']) ? (int) $globals['SERVER_PORT'] : 80;