glide.use_tiny_urls
ServiceNow property description:
Use tiny URLs when a redirect URL becomes too large. This ensures that URLs that are too large for IE (greater than 2083) are not used. Instead, they are converted to a tiny URL to work around the IE issue.
Attributes
- Sys ID: 22173f7ac0a801432cb95af98228f0f3
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.use_tiny_urls` is used to enable the generation of tiny URLs when redirect URLs become excessively large. This is particularly useful for ensuring compatibility with Internet Explorer, which has a URL length limit of 2083 characters. When this property is enabled, URLs that exceed this length are automatically converted into shorter, tiny URLs. This conversion helps to avoid issues related to URL length limitations in Internet Explorer. The property can be configured to ensure that long URLs do not cause errors or fail to load properly in the browser.
Source