Skip to content

Instantly share code, notes, and snippets.

@hombreDelPez
Last active December 18, 2017 14:52
Show Gist options
  • Save hombreDelPez/f9fba1889f4d85545ade0c73ef338e2f to your computer and use it in GitHub Desktop.
Save hombreDelPez/f9fba1889f4d85545ade0c73ef338e2f to your computer and use it in GitHub Desktop.
Setting Response Headers - Config
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<httpRequestEnd>
<processor type="YourProject.Core.Processors.ResponseHeaders, YourProject.Core"/>
</httpRequestEnd>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment