azos icon indicating copy to clipboard operation
azos copied to clipboard

Check server Payload Max limit enforcement

Open itadapter opened this issue 3 years ago • 3 comments

itadapter avatar Dec 24 '20 21:12 itadapter

Have you looked at HasEntityBodyAttribute

/// <summary>
    /// When set to >0 value requires the 'Content-Length' header and imposes a limit on its value
    /// </summary>
    public long MaxContentLength { get; set; }

zhabis avatar Dec 26 '20 00:12 zhabis

I think it is what we need, however is there a way to limit any submission to the server using a filter?

itadapter avatar Dec 26 '20 01:12 itadapter

related: #564

itadapter avatar Sep 14 '21 20:09 itadapter