Http security: Difference between revisions

From wikinotes
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
HTTP security is generally configured in [[http headers]] set in the response by the server.


= Notes =
= Notes =
<blockquote>
<blockquote>
== Security HTTP Headers ==
{|
<blockquote>
Some HTTP security is controlled by the server setting [[http headers]] in the response.
 
{| class="wikitable"
|-
| [[http cors]]
|-
|-
| [[http csp]]
| [[http cross origin resource sharing]] || CORS
|-
| [[http content security policy]] || CSP
|-
|-
|}
|}
</blockquote><!-- Security HTTP Headers -->
</blockquote><!-- Notes -->
</blockquote><!-- Notes -->
= Cross Origin Resource Sharing (CORS) =
<blockquote>
== Documentation ==
<blockquote>
{| class="wikitable"
|-
|-
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Cross Origin Resource Sharing (CORS) -->
= Content Security Policy (CSP) =
<blockquote>
= Documentation =
<blockquote>
{| class="wikitable"
|-
|-
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Content Security Policy (CSP) -->

Latest revision as of 15:18, 18 September 2021

HTTP security is generally configured in http headers set in the response by the server.

Notes

http cross origin resource sharing CORS
http content security policy CSP