Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
levi-nz authored Oct 18, 2024
1 parent bb9323b commit 9c9aa6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Reverse engineering and analysis of Vercel's bot protection used on https://sdk.vercel.ai
(and potentially more of their platforms).

## Note
This repository is outdated. Vercel now uses [Kasada](https://www.kasada.io/) on their platforms instead of their own custom solution.
The code in this repository can also be heavily improved; this was originally made when I was fairly new to Rust.

## Usage
The `generate_token` function in `src/lib.rs` takes in the data from the `/openai.jpeg` response,
which returns a valid token for usage in the `custom-encoding` header on a protected request.
Expand Down

0 comments on commit 9c9aa6a

Please sign in to comment.