Application Gateways - List Available Response Headers

Lists all available response headers.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders?api-version=2023-09-01

URI Parameters

Name In Required Type Description
subscriptionId
path True

string

The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

api-version
query True

string

Client API version.

Responses

Name Type Description
200 OK

string[]

Success. The operation returns a list of all available response headers.

Other Status Codes

Error

Unexpected error.

Security

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

Get Available Response Headers

Sample Request

GET https://management.azure.com/subscriptions/72f988bf-86f1-41af-91ab-2d7cd0dddd4/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders?api-version=2023-09-01

Sample Response

[
  "Access-Control-Allow-Origin"
]

Definitions

Name Description
Error

Common error representation.

ErrorDetails

Common error details representation.

Error

Common error representation.

Name Type Description
code

string

Error code.

details

ErrorDetails[]

Error details.

innerError

string

Inner error message.

message

string

Error message.

target

string

Error target.

ErrorDetails

Common error details representation.

Name Type Description
code

string

Error code.

message

string

Error message.

target

string

Error target.