aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-23 02:11:41 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-23 03:54:33 +0800
commite68745e4cb31e6d6cde7b7c1c84b39d862a7d19d (patch)
tree69203b33397d67388bb278ab8c7c178e89f8399b /README.md
parentBasic reverse proxy (diff)
downloadpowxy-e68745e4cb31e6d6cde7b7c1c84b39d862a7d19d.tar.gz
powxy-e68745e4cb31e6d6cde7b7c1c84b39d862a7d19d.tar.zst
powxy-e68745e4cb31e6d6cde7b7c1c84b39d862a7d19d.zip
Basic proof of work
Diffstat (limited to '')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index c95ab3e..7e9a48e 100644
--- a/README.md
+++ b/README.md
@@ -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