# Web Security

- [Security Headers](https://docs.hackerspot.net/web-security/security-headers.md)
- [Content Security Policy](https://docs.hackerspot.net/web-security/security-headers/content-security-policy.md)
- [Same Origin Policy](https://docs.hackerspot.net/web-security/security-headers/same-origin-policy.md)
- [Web Vulnerabilities](https://docs.hackerspot.net/web-security/web-vulnerabilities.md)
- [Cross Site Scripting](https://docs.hackerspot.net/web-security/web-vulnerabilities/cross-site-scripting.md)
- [Stored XSS](https://docs.hackerspot.net/web-security/web-vulnerabilities/cross-site-scripting/stored-xss.md)
- [Cross Site Request Forgery](https://docs.hackerspot.net/web-security/web-vulnerabilities/cross-site-request-forgery.md)
- [CSRF Best Practices](https://docs.hackerspot.net/web-security/web-vulnerabilities/cross-site-request-forgery/csrf-best-practices.md)
- [CSRF Example Usages](https://docs.hackerspot.net/web-security/web-vulnerabilities/cross-site-request-forgery/csrf-example-usages.md)
- [Server Side Request Forgery](https://docs.hackerspot.net/web-security/web-vulnerabilities/server-side-request-forgery.md)
- [SQL Injection](https://docs.hackerspot.net/web-security/web-vulnerabilities/sql-injection.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hackerspot.net/web-security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
