I am working on cloud app using nodeJs, I am sending data in the request body, and send secret key in the header request.
Then I check and validate the secret key that I sent in the header, when I run the app locally over 127.0.0.1:8080/ I got every thing running well. But, when I deploy the app to the cloud, it doesn't work. It doesn't see the metadata (variables) that I send inside the https request.
Any solution ??