i have a problem related to Web Api URL
http://localhost:xxxxx/api/GetBooks gets me the result of books
but if i do something like that
http://localhost:xxxxx/api/GetBooks#xyz gets me the same result of books
how to prevent #xyz from my URL I want neat and clean URL ?
All help will be appreciated