In my backend express server, I have the line const site = await whoisscanner.open(decodeURIComponent(req.params.url)); so I know I need to encode on my f
const site = await whoisscanner.open(decodeURIComponent(req.params.url));