drewzboto / grunt-connect-proxy

Grunt Connect support for proxying API calls during development
MIT License
424 stars 122 forks source link

URL with colon are not forwarded #53

Open adbonnin opened 10 years ago

adbonnin commented 10 years ago

Requests that contains a colon ':' in their URL are not forwarded to the proxied server. For example, this request is forwarded correctly : "http://localhost:9000/test/test " and those other one are not : "http://localhost:9000/test/:", "http://localhost:9000/test/test:test".

Goltergaul commented 10 years ago

There also seems to be a problem with assets that have a "-" in their filename, they always return a 404