Adding request header in appservice

Neerav Agrawal 50 Reputation points
2023-07-20T15:39:25.8966667+00:00

Can we add request header in azure app service ? if yes, then please let us know how.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,434 questions
{count} vote

Accepted answer
  1. Grmacjon-MSFT 18,741 Reputation points
    2023-07-24T17:54:45.09+00:00

    @Neerav Agrawal

    Is this on Linux App Services? Currently you cannot directly add a request header through the Azure portal or the App Service configuration. However, you can achieve this by modifying your application code to add the required request headers before sending the request. The process for doing this depends on the programming language and framework you are using for your application.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Krish Chilumula 20 Reputation points
    2025-03-07T20:44:24.5933333+00:00

    Can we add request header in azure app service ?

    0 comments No comments

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.