RestCode / WebApiProxy

MIT License
199 stars 91 forks source link

MyWebApiProxyBaseAddress trailing slash (sans System.Web) #103

Closed gregmulvihill closed 8 years ago

gregmulvihill commented 8 years ago

@faniereynders,

How about this change?

Sorry for all the back and forth. It has been good for me to learn more about using Git and GitHub. I also wanted to thank you for creating the WebApiProxy project. It has been helpful for me in learning how to use Web API.

faniereynders commented 8 years ago

hey thanks @gregmulvihill this can work in the meanwhile, although it would be first prize to have some central mechanism to shrink all slashes:

http://test.domain.com//like///this/for////example/

to

http://test.domain.com/like/this/for/example/

Accepting the PR in the meanwhile