former_member25214
Participant
Member since ‎03-18-2020

User Statistics

  • 77 Posts
  • 4 Solutions
  • 78 Kudos given
  • 12 Kudos received

User Activity

Greeting, I have a server built on express.js. I implemented basic authentication flow in my application using local strategy from passport. The user sends a POST request for signup on my server. I save the credentials in my HANA database after e...
Hi, I'm not able to connect with hana database in using nodejs. Credentials: { hana: { certificate: '-----BEGIN CERTIFICATE-----\n' + 'MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh\n' + 'MQswCQYDVQQGEwJVUzEVMB...
Hi, I have a Nodejs multitenant application deployed on SAP cloud foundry, the task is to create a job scheduler application exposed with REST which can call the multitenant application route I wanted to schedule. How do I consume one microserv...
Hi community, I'm doing a multipart upload one s3 bucket, the put request on generating the signed upload url from s3 is giving me below CORS error Access to XMLHttpRequest from origin 'http://localhost:8080' has been blocked by CORS policy: Res...
Hi Community, I have this usecase where rabbitmq fits perfect but on SAP Cloud foundry it says.[BETA] RabbitMQ service - virtual host plan within an existing RabbitMQ service instance (for non-productive usage) Should I use this in my applicati...