Skip to content

Documentation / @ember-data/request-utils / handlers / MAX_URL_LENGTH

Variable: MAX_URL_LENGTH

ts
const MAX_URL_LENGTH: 8192 = 8192;

Defined in: warp-drive-packages/utilities/declarations/-private/handlers/utils.d.ts:26

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.