How to print request query parameter in node.js

Not applicable

Hi, I just want to check the request query parameter. How to print the query parameter in node.js log?

Thank you

1 1 1,203
1 REPLY 1

Hi @Preethi Ravichandran, you can use the old console.log()

See here: https://docs.apigee.com/api-services/content/debugging-nodejs-proxies

Hope it helps