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.
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 ofurlType="Base64QueryStrings"
in ClientDependency.config but somehow it isn't working.