Skip to content

Commit

Permalink
Merge pull request #44 from everywall/docs/add-how-it-works
Browse files Browse the repository at this point in the history
add how it works
  • Loading branch information
ladddder authored Nov 20, 2023
2 parents 6d8e943 + 24ad760 commit 394eaf9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ Freedom of information is an essential pillar of democracy and informed decision

> **Disclaimer:** This project is intended for educational purposes only. The author does not endorse or encourage any unethical or illegal activity. Use this tool at your own risk.
### How it works

```mermaid
sequenceDiagram
client->>+ladder: GET
ladder-->>ladder: apply RequestModifications
ladder->>+website: GET
website->>-ladder: 200 OK
ladder-->>ladder: apply ResultModifications
ladder->>-client: 200 OK
```

### Features
- [x] Bypass Paywalls
- [x] Remove CORS headers from responses, assets, and images ...
Expand Down

0 comments on commit 394eaf9

Please sign in to comment.