http-proxy icon indicating copy to clipboard operation
http-proxy copied to clipboard

Ratelimited Discord HTTP API proxy.

Results 14 http-proxy issues
Sort by recently updated
recently updated
newest added

Is it possible to use this server to send POST requests to discord webhooks? I recently tried using the following URL `http://localhost:3000/api/webhooks/my_webhook`, this is replacing `https://discord.com/api/webhooks/my_webhook` with `http://localhost:3000` as the...

I'm on a M1 mac so I wasn't able to get it to work via docker. But I cloned this repo then: ```shell cargo build --release DISCORD_TOKEN="my token" PORT=3000 ./target/release/twilight-http-proxy...

Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.3 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next See full diff in compare...

dependencies

Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.0.0 to 5.1.0. Release notes Sourced from dashmap's releases. v5.1.0 is a semver minor release. Changelog Fix unsoundness in Ref lifetimes #167 Update dependencies Add try_* fallible...

dependencies

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. Changelog Sourced from regex's changelog. 1.5.5 (2022-03-08) This releases fixes a security bug in the regex compiler. This bug permits a vector for a...

dependencies

Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.6 to 0.8.8. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.8 Fix a bug when unstable loom support is enabled. (#787) crossbeam-utils 0.8.7 Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785) Add...

dependencies

Update to latest twilight, use a dashmap version with the sanity fixes

Pulling the Docker image on M1 results in the following error: ``` failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to...

Bumps [h2](https://github.com/hyperium/h2) from 0.3.20 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...

dependencies

New Dockerfile, and updates to CI with a bunch of cruft removed. Changes includes: - Using Docker BuildX instead of Podman, - Using Docker build-push-action to push to registry, -...