Shazwazza / ClientDependency

DEPRECATED. A library for managing CSS & JavaScript dependencies and optimization in ASP.Net
139 stars 65 forks source link

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 1 year ago

nehanupur0507 commented 1 year ago

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.