Skip to content

Commit

Permalink
Merge pull request #2 from Lyzev/Lyzev-patch-1
Browse files Browse the repository at this point in the history
Replaced HTTP Parameter with URL Parameter
  • Loading branch information
Lyzev authored Jan 16, 2023
2 parents 9a954cb + 497963e commit c66280a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ The script activates on any site and puts you instantly on [discord.com](https:/
Then it uses [Base64](https://de.wikipedia.org/wiki/Base64) to encode the token.

### 3. Redirect to a different page
Now the script redirects to a different page (e.g.: [YouTube](https://youtube.com)) and adds an [HTTP Parameter](https://de.wikipedia.org/wiki/Query-String) which is the [Base64](https://de.wikipedia.org/wiki/Base64) encoded token.
Now the script redirects to a different page (e.g.: [YouTube](https://youtube.com)) and adds an [URL Parameter](https://de.wikipedia.org/wiki/Query-String) which is the [Base64](https://de.wikipedia.org/wiki/Base64) encoded token.

### 4. Webhook Request
On the different page (e.g.: [YouTube](https://youtube.com)) the script gets the token out of the url ([HTTP Parameter](https://de.wikipedia.org/wiki/Query-String)) and decodes it with [Base64](https://de.wikipedia.org/wiki/Base64). Finally, it just sends the webhook request to the provided webhook url and adds the token in the content.
On the different page (e.g.: [YouTube](https://youtube.com)) the script gets the token out of the url ([URL Parameter](https://de.wikipedia.org/wiki/Query-String)) and decodes it with [Base64](https://de.wikipedia.org/wiki/Base64). Finally, it just sends the webhook request to the provided webhook url and adds the token in the content.

## Usage

Expand Down

0 comments on commit c66280a

Please sign in to comment.