Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit c66280a

Browse files
authored
Merge pull request #2 from Lyzev/Lyzev-patch-1
Replaced HTTP Parameter with URL Parameter
2 parents 9a954cb + 497963e commit c66280a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ The script activates on any site and puts you instantly on [discord.com](https:/
2424
Then it uses [Base64](https://de.wikipedia.org/wiki/Base64) to encode the token.
2525

2626
### 3. Redirect to a different page
27-
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.
27+
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.
2828

2929
### 4. Webhook Request
30-
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.
30+
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.
3131

3232
## Usage
3333

0 commit comments

Comments
 (0)