Http security: Difference between revisions

From wikinotes
No edit summary
Line 5: Line 5:
{|
{|
|-
|-
| [[http cors]] || Cross-Origin Resource Sharing  
| [[http cross origin resource sharing]] || Cross-Origin Resource Sharing  
|-  
|-  
| [[http csp]] || Content Security Policy
| [[http content security policy]] || Content Security Policy
|-
|-
|}
|}
</blockquote><!-- Notes -->
</blockquote><!-- Notes -->

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 Cross-Origin Resource Sharing
http content security policy Content Security Policy