constant UriNormalizer::REMOVE_DEFAULT_PORT in Auth0 Single Sign On 8.2
Removes the default port of the given URI scheme from the URI.
Example: http://example.org:80/ → http://example.org/
File
- vendor/
guzzlehttp/ psr7/ src/ UriNormalizer.php, line 66
Class
- UriNormalizer
- Provides methods to normalize and compare URIs.
Namespace
GuzzleHttp\Psr7Code
const REMOVE_DEFAULT_PORT = 16;