mirror of
https://github.com/aithedev/X-Bogus.git
synced 2025-04-05 06:54:52 +08:00
Update example.js
This commit is contained in:
parent
160e52fda0
commit
e49cedcef5
@ -4,14 +4,7 @@ const { sign } = require("./X-Bogus.js");
|
||||
const url = "";
|
||||
const userAgent = "";
|
||||
|
||||
// Extract the query string from the URL
|
||||
const query = url.includes("?") ? url.split("?")[1] : "";
|
||||
|
||||
// Generate the X-Bogus value
|
||||
const xbogus = sign(query, userAgent);
|
||||
|
||||
// Add the X-Bogus value to the URL
|
||||
const newUrl = url + "&X-Bogus=" + xbogus;
|
||||
|
||||
// Output the new URL to the console
|
||||
console.log(newUrl);
|
||||
|
Loading…
x
Reference in New Issue
Block a user