Some url can cause service crashes
Author: mantou132Created Oct 23, 2025Updated Oct 23, 2025
error stack:
url.js:355
this.auth = decodeURIComponent(rest.slice(0, atSign));
^
URIError: URI malformed
at decodeURIComponent (<anonymous>)
at Url.parse (url.js:355:19)
at Object.urlParse [as parse] (url.js:158:13)
at parseURL (/usr/local/lib/node_modules/cors-anywhere/lib/cors-anywhere.js:248:20)
at Server.<anonymous> (/usr/local/lib/node_modules/cors-anywhere/lib/cors-anywhere.js:312:20)
at Server.emit (events.js:400:28)
at parserOnIncoming (_http_server.js:900:12)
at HTTPParser.parserOnHeadersComplete (_http_common.js:127:17)Source: Rob--W/cors-anywhere