New Member
Since ‎08-08-2016
‎06-22-2021

My Stats

  • 28 Posts
  • 0 Solutions
  • 0 Likes given
  • 3 Likes received

cirosilsantos's Bio

Badges cirosilsantos Earned

View all badges

Recent Activity

Hi,I'm trying to do a redirect inside an EMG plug-in, but it seems it's not the way I imagined. I created the following implementation in a plugin I have here in onrequest event handler:function _onRequest (req, res, next) { debug('plugin invoked on ...
Hi All,We have an organization with 3 environments, dev, stage and prod. We are facing a problem in Apigee Cloud when trying to use "stage" organization. Right now we have all of our projects accessing API proxies in dev environment, in this case eve...
Hello guys,I'm trying to figure it out a way to get coverage for functional tests in custom plugins. So I was trying to add Istanbul to the edgemicro start, so I can somehow get the coverage, I wasn't able to put this in place, so after researching I...
Hello All,If i call an inexistent API proxy in Apigee Cloud, NO PLUG-INS are called, therefore NO HOOKS are called inside a custom-plug-in as well . EMG responds immediately with a 404: { "message":"no match found for /plonk", "status":404 }In this c...
Hello All,I'm trying to figure it out when to use "onerror_request" and "onerror_response" hooks in a custom plugin. In documentation there are few information on that matter.I wrote some sample code:function _handleErrors (req, res, next) { _logger....
Likes from