New Member
Since ‎03-23-2017
‎06-22-2021

My Stats

  • 19 Posts
  • 0 Solutions
  • 1 Likes given
  • 0 Likes received

brinda's Bio

Badges brinda Earned

View all badges

Recent Activity

Hello,I am trying to proxy the redirect(goto) sso login URL in Apigee. When I call the API Proxy, it works in postman but does not work on browser. Is there a specific way to redirect the proxy to sso login URL?I am doing a 'Service CallOut' to the U...
Hi,I am trying to call curl command in nodejs proxy in Apigee to add API Proxy to custom role but I am getting error:Here is the code: var http = require('http'); var util = require('util'); var exec = require('child_process').exec; var output; var c...
Hi,I am trying to add an API proxy to some custom roles using Node.js script. I will be getting "API Proxy Name" & "Custom Role Name" as parameters. I am not sure how to start this. Can someone help me out?
I have 2 node.js scripts in Apigee Node.js ABC and Node.js DEF. Now ABC is the main script and DEF is an object script. I have a method DEFMethod in DEF which returns the status code. I am trying to call that DEFMethod in ABC and DEFMethod return a v...
Hi,I have a form on Apigee Edge Dev Portal. When I submit the form it calls a Node.js proxy flow that I created. The values come to the Node.js flow as query so I use ExtractVariable policy and store the values. I dont know how to use that values in ...