https://bz.apache.org/bugzilla/show_bug.cgi?id=62007

            Bug ID: 62007
           Summary: 413:REQUEST ENTITY TOO LARGE error is coming when
                    sending Http request with custom headers of size less
                    than 8190 bytes.
           Product: Apache httpd-2
           Version: 2.4.23
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: All
          Assignee: bugs@httpd.apache.org
          Reporter: divya1...@gmail.com
  Target Milestone: ---

Pre-condition:
set LimitRequestFieldSize 8190 in httpd.conf
Steps:
1.Send Http request with custom headers of size less than 8190 bytes.
Ex:
Add 8 custom header of total size 8110 bytes.

Expected:
Http request should be successful with 200 ok.

Actual:
413:REQUEST ENTITY TOO LARGE

Observation:
The value supported for LimitRequestFieldSize is 8109 as if a header less than
or equal to 8109 bytes is sent, 200 response code is returned.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to