Have non-English characters (Hindi, Japanese, etc.) in your HTTP request body in Nodejs? Chances are that your requests are failing. Here’s the fix.
Tag: nodejs
How to use cookies in backend API calls
Getting a 302 status code with the “Object moved to here” response when making an API call? Perhaps you are missing a cookie. Learn how to fix that.
Nodejs express – Persist variables across the app life
Want your dynamic variables to retain their values throughout the lifecycle of an app, across child processes, in nodejs express? Learn how.
AWS Lambda Serverless – Packaging nodejs modules to a layer
Learn how to package the node_modules into a layer on AWS Lambda, so that your application code remains visible on the lambda console.