Commit 0a2e826a authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '276949-fix-header' into 'master'

Pipeline Graph: Update header capitalization

See merge request gitlab-org/gitlab!55835
parents 432c58ce 799e48e3
......@@ -19,7 +19,7 @@ const getQueryHeaders = (etagResource) => {
headers: {
'X-GITLAB-GRAPHQL-FEATURE-CORRELATION': 'verify/ci/pipeline-graph',
'X-GITLAB-GRAPHQL-RESOURCE-ETAG': etagResource,
'X-REQUESTED_WITH': 'XMLHttpRequest',
'X-Requested-With': 'XMLHttpRequest',
},
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment