1) why a web api url look like http://localhost:1240/api/product
why api is there in url? can we omit or give other name to api?
2) web api get method is secured.......if not then how to secure get method ?
3) what kind of data should get method expose ?
4) what is default format of web api data.............is it json or xml or text ?
5) how to save json hijack risk in web api.....looking for good discussion. thanks