Http security: Difference between revisions

From wikinotes
No edit summary
 
(4 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.
{|
{|
|-
|-
| [[http cors]]
| [[http cross origin resource sharing]] || CORS
|-
|-  
| [[http csp]]
| [[http content security policy]] || CSP
|-
|-
|}
|}
</blockquote><!-- Security HTTP Headers -->
</blockquote><!-- Notes -->
</blockquote><!-- Notes -->

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