# Edge

***

### Edge Cluster Overview

The edge cluster is responsible for handling all incoming traffic to our domains on ports **80** and **443**. By default, all HTTP traffic on port **80** is automatically redirected to HTTPS on port **443** to enforce secure connections.

#### Key Functions:

* **Traffic Reception**: Accepts all domain traffic on ports 80 and 443.
* **Port Redirection**: Enforces HTTPS by redirecting HTTP traffic (port 80) to port 443.
* **Edge Rate Limiting**: Rate limiting rules are deployed at the edge level, prior to forwarding traffic to downstream filtering components.
* **SSL Decryption**: SSL traffic is decrypted at the edge to allow for deep inspection and traffic analysis.
* **Bad Pattern Detection**: Checks requests for patterns that do not match a real user.


---

# 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.packets-decreaser.net/ddos-protection/layer-7/how-we-mitigate-ddos-attacks/edge.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.
