I am using fiddler to test my application. When i pass http request including dot its returning 404.
Ex: http://localhost:64052/api/getinfo/Mike%2Eporter
I tried http://localhost:64052/api/getinfo/Mike.porter
But none of them works. My application is build on asp.net.
Please let me know if anybody has any idea