Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nehanupur0507 opened this issue Mar 7, 2023 · 0 comments

Comments

@nehanupur0507
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant