mirror of
https://github.com/aithedev/X-Bogus.git
synced 2025-04-05 21:45:44 +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 url = "";
|
||||||
const userAgent = "";
|
const userAgent = "";
|
||||||
|
|
||||||
// Extract the query string from the URL
|
|
||||||
const query = url.includes("?") ? url.split("?")[1] : "";
|
const query = url.includes("?") ? url.split("?")[1] : "";
|
||||||
|
|
||||||
// Generate the X-Bogus value
|
|
||||||
const xbogus = sign(query, userAgent);
|
const xbogus = sign(query, userAgent);
|
||||||
|
|
||||||
// Add the X-Bogus value to the URL
|
|
||||||
const newUrl = url + "&X-Bogus=" + xbogus;
|
const newUrl = url + "&X-Bogus=" + xbogus;
|
||||||
|
|
||||||
// Output the new URL to the console
|
|
||||||
console.log(newUrl);
|
console.log(newUrl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user