InterviewSolution
| 1. |
HOW to secure ASP.NET Web API? |
|
Answer» Web API has become key to PROGRAMMING web-based interactions. It can be accessed by anyone who knows the URL. Therefore, they have become targets for hackers. One needs to SECURE Web API by controlling Web API and by deciding who can and who cannot have ACCESS to Web API. There are basically two ways or techniques that make our Web API more secure. |
|