Protecting your API for Health is not only to implement authorization controls and access to the API, but also to properly manage the visibility of your documentation.The general public may find it interesting to know a description of the functionality that implements...
As software developers for Health, interested in using an API available in the Nubentos API Store, you should know the steps to integrate the API that interests you in your developments.In this article we explain the necessary steps to be able to use a Digital Health...
If you, as an API provider, have already followed the steps to publish your API for Health in Nubentos, the most exciting moment is just around the corner: the first consumers of your API will soon arrive. But what should you know about the management of...
In the previous article, we saw that it was better to authenticate with username and password to access the endpoint published through https, than to access a completely open endpoint published by http, although few were those who knew the url. The configuration that...
A safer mechanism than leaving access to a hidden and secret URL is to put a lock, by using a username and password. In this implementation, when a request is made to the endpoint, the balancing server will indicate that we are not authorized and will ask us to...