gonzalocasas / node-proxy-middleware

proxy as middleware
MIT License
146 stars 65 forks source link

Remove slash from before query #26

Closed ulfryk closed 9 years ago

ulfryk commented 9 years ago

Prevent proxy to change paths like /endpoint?param=true to /endpoint/?param=true

andrewrk commented 9 years ago

thanks for this. can we get a test as well?

ulfryk commented 9 years ago

can you tell me how to run tests and eventually add missing dependancies to package.json ? (adding CONTRIBUTING.md file would be a great idea)

ulfryk commented 9 years ago

Hey, I discovered a way to run tests and added 2 more tests to check my upgrade, found little bug and fixed it to :)

ulfryk commented 9 years ago

I've cleaned all collateral damage I've done :) Hope all is ok now.

ulfryk commented 9 years ago

Hey @andrewrk is now everything ok?

andrewrk commented 9 years ago

Thanks for the ping and sorry for the delay. Published as 0.10.0.

ulfryk commented 9 years ago

Thx a lot - no problem :)