Skip to content

Commit

Permalink
Fix missing words in Access-Control-Expose-Headers (#2963)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Mar 9, 2021
1 parent 39c006a commit fdda337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
---
<div>{{HTTPSidebar}}</div>

<p>The <strong><code>Access-Control-Expose-Headers</code></strong> allows a server to indicate which response headers should be made available to scripts running in the browser, in response to a cross-origin request.</p>
<p>The <strong><code>Access-Control-Expose-Headers</code></strong> response header allows a server to indicate which response headers should be made available to scripts running in the browser, in response to a cross-origin request.</p>

<p>Only the {{Glossary("CORS-safelisted response header", "CORS-safelisted response headers")}} are exposed by default. For clients to be able to access other headers, the server must list them using the <code>Access-Control-Expose-Headers</code> header.</p>

Expand Down

0 comments on commit fdda337

Please sign in to comment.