icflorescu / iisexpress-proxy

A simple local proxy for accessing IIS Express from remote machines.
ISC License
741 stars 82 forks source link

Url not matching regex ^2 #36

Closed formerlymisterhenson closed 2 years ago

formerlymisterhenson commented 2 years ago

In addition to #35 - maybe same thing missing here:

const sourceMatch = args._[2].match(urlRegExp);

so perhaps?

const sourceMatch = String(args._[2]).match(urlRegExp);

Because IIS Express Proxy 1.7.4 is giving me args._[2].match is not a function

: Awesome work. signed.

icflorescu commented 2 years ago

Thanks! Fixed in v1.7.5.