Azure Function App | Header Size

Abhay Chandramouli 1,051 Reputation points
2023-08-02T11:20:30.1633333+00:00

Can we increase the basic headers size, for azure function apps in c#.

431 Request Header Fields too large.

Is there a way to configure this or it's static ?

Thanks,

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,674 questions
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,891 Reputation points
    2023-08-02T11:41:52.16+00:00

    @Abhay Chandramouli Thanks for reaching out. The maximum allowed size of the request headers is determined by the server and client configurations and cannot be changed in Azure Function Apps. If you are receiving a "431 Request Header Fields Too Large" error, you may need to modify the client request to reduce the size of the headers being sent.

    Sharing the previous discussion hereand limit here which cannot be configured.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.