diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-23 02:11:41 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-23 03:54:33 +0800 |
commit | e68745e4cb31e6d6cde7b7c1c84b39d862a7d19d (patch) | |
tree | 69203b33397d67388bb278ab8c7c178e89f8399b /README.md | |
parent | Basic reverse proxy (diff) | |
download | powxy-e68745e4cb31e6d6cde7b7c1c84b39d862a7d19d.tar.gz powxy-e68745e4cb31e6d6cde7b7c1c84b39d862a7d19d.tar.zst powxy-e68745e4cb31e6d6cde7b7c1c84b39d862a7d19d.zip |
Basic proof of work
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -7,7 +7,15 @@ scraper bots. ## Credits -Inspired by [Anubis](https://github.com/TecharoHQ/anubis). +Inspired by [Anubis](https://github.com/TecharoHQ/anubis). But much simpler. + +## Bugs + +- If a user is attempting to submit a POST request but their powxy cookie is + invalid, powxy would redirect them to a challenge, and their POST data will + be lost. +- It does not work when duplex connections are needed, e.g. with Git's Smart + HTTP protocol. ## License |