Rest API does not receive anything from another App other than my own

Asked

Viewed 35 times

1

You can prevent another application from sending or receiving information from my REST?

  • 3

    How about an authentication?

  • 1

    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.

  • 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?

  • 1

    Authentication is much more than a "token". I recommend you work with existing authentication techniques than doing it from scratch.

  • Thanks a lot, thanks a lot..

1 answer

2


Conduct a survey on implementing the Uth. This protocol allows authenticating external applications according to user permissions.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.