You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const urlObj = url.parse(reqUrl, true); // converts url string to url object; If it set to true then the first token after the literal string // and preceding the next / will be interpreted as the host.