Good morning!
I was checking the discovery center services and I saw that the IOT service will be retired on January 31st, 2023. I understand that it will not be possible to contract it (both in CPEA and Pay-As-You-Go) and that it is planned to dis...
I have tested some apis in inspector swagger.
First I have download from details of the api, specification file . json or .yaml.
Second I have uploaded specification file of the api (. json, .yaml). in swagger inspector).
Is there any way to do...
Hi mickael.cocquerel
Unless I'm very much mistaken, the package.json file is the metadata of the application and it's vital within the deployment cycle and startup of the application in Cloud Foundry.
This file is responsible for providing a startu...
Hi mickael.cocquerel
Ideally, security should be implemented in the git repositories and added to the deployment pipelines themselves (DevSecOps). However, if you want to see something directly in the deployed container (unless there is another meth...
Buenas, jhansfermin91Si estás empezando desde cero, te recomendaría que comiences asentando bien las bases de SQL (por ejemplo con MySQL). Una vez que las tengas claras, podrás pasar a otras bases de datos con bastante facilidad; al igual que con la...
The point is that the approuter is not used to make an API available (as far as I understand). For example, in your case, if you want to test the CAP endpoint, you can directly call the service after first obtaining the token with "client_credentials...
Hello, francisco.barra!The point is how the approuter works with the xsuaa service. The short answer is that within that flow several redirects occur, and in this case, Postman (by itself) is not able to perform those redirects. Here are a couple of ...