New Member
Since ‎03-06-2018
‎06-22-2021

My Stats

  • 5 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

aiyappamb's Bio

Badges aiyappamb Earned

View all badges

Recent Activity

Am trying to do two parallel concurrent calls to two different back end URLs using JavaScript policy. I was able to do using the code snippet below, but my new back end URLs need SSL/TLS info to be configured. I’ve the created it in keystore and am u...
AM using a javascript to make two concurrent calls and once i get the response am merging them and all is done in javascript, I've written another one javascript after this, and am setting request.content to that variable containing JSON. Now i want ...
Using the ExtractVariables policy, i retrieved the value of a JSON element which is a Boolean and stored it in a variable. When I checked by triggering the API, the value was getting passed to the variable, later after the extract variables policy I ...