1
You can prevent another application from sending or receiving information from my REST?
1
You can prevent another application from sending or receiving information from my REST?
2
Conduct a survey on implementing the Uth. This protocol allows authenticating external applications according to user permissions.
Browser other questions tagged c# android asp.net-web-api
You are not signed in. Login or sign up in order to post.
How about an authentication?
– Jéf Bueno
As @LINQ said, you have to implement an authentication in the API. Or use filter by certificate, or other form of security in it that prevents anyone other than your application from obtaining information.
– Grupo CDS Informática
I get it. I was making a kind of a token to validate, I think that’s kind of what you’re talking about, right?
– pnet
Authentication is much more than a "token". I recommend you work with existing authentication techniques than doing it from scratch.
– Gabriel Coletta
Thanks a lot, thanks a lot..
– pnet