Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Unable to access a url, as it throws cloudfront error on ClientDependencyHandler file with a status of 413 (Request Entity Too Large) #206

@nehanupur0507

Description

@nehanupur0507

When trying to access a url: .../DependencyHandler.axd?s=L0FwcF9QbHVnaW5zL0N1c3RvbS9kYXNoYm9hcmRzL2ltYWdlLWFzc29jaWF0ZWQtdHJpcHMvY29udHJvbGxlci5qczsvQXBwX1BsdWdpbnMvQ3VzdG9tL2Rhc2hib2FyZHMvbGlzdC12aWV3L,,,,

I am getting an error on ClientDependencyHandler, which says 413, 'Request Entity Too Large'.
I tried checking the character size of this url and it was 8228, which is higher than the character limit for url constructed by the cloudfront from the request, that is, 8192.
I am unable to increase this limit through AWS and also not sure how I can edit this through Umbraco.

tried using urlType="MappedId" instead of urlType="Base64QueryStrings"in ClientDependency.config but somehow it isn't working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions