constant UriNormalizer::CAPITALIZE_PERCENT_ENCODING in Auth0 Single Sign On 8.2
All letters within a percent-encoding triplet (e.g., "%3A") are case-insensitive, and should be capitalized.
Example: http://example.org/a%c2%b1b → http://example.org/a%C2%B1b
File
- vendor/
guzzlehttp/ psr7/ src/ UriNormalizer.php, line 28
Class
- UriNormalizer
- Provides methods to normalize and compare URIs.
Namespace
GuzzleHttp\Psr7Code
const CAPITALIZE_PERCENT_ENCODING = 1;