Participant II
Since ‎06-27-2018
‎06-22-2021

My Stats

  • 18 Posts
  • 0 Solutions
  • 4 Likes given
  • 0 Likes received

tranau151's Bio

Badges prasadwalke Earned

View all badges

Recent Activity

Hi,I want to find target server used in each proxy,means I want proxy name and its corresponding target server name.Actually there is no single management API to do thisso any help would be appreciated.
Hi,I want to send .pfx certificate with apigee reques. I added this .pfx certificate with password to apigee key store and I provided reference to this key store.Following target endpoint configuration I have used for SSL info but I am getting error ...
I am using python callout to perform fuzzylogic operation in apigee,for this I have to install fuzzywuzzy external library into apigee.How can I install this external library into apigee (like we use pip install) ?Any help would be appriciated.
I am new to microgateway and I want to log all details of request and response in a file also I want to redirect all console.log present in custom nodejs plugin into same file with message id of request.I have tried through config.yml file but still ...
I want to access the role of a user in dev portal smart docs HTML template and based on that role I want to show particular div eg if a user is anonymous then one div should be executed and if a user is authenticated then other div should be executed...