Skip to content
module@warp-drive/utilities/handlers
ts
const MAX_URL_LENGTH: 8192 = 8192;

Defined in: -private/handlers/utils.ts:68

Source: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html As of 2024-12-05 the maximum URL length is 8192 bytes.

Released under the MIT License.