Skip to content

Documentation / @warp-drive/utilities / handlers / MAX_URL_LENGTH

Variable: MAX_URL_LENGTH

ts
const MAX_URL_LENGTH: 8192 = 8192;

Defined in: utilities/src/-private/handlers/utils.ts:61

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.