Anyone built an Edge Micro plugin that can do configurable header manipulation?

Not applicable

We need to add some headers from API requests sent to Edge Micro before it gets sent to the target.

Has anyone looked at building a simple edgemicro plugin that can be configured to do some of the simpler things from something like the Apache mod_headers module (http://httpd.apache.org/docs/current/mod/mod_headers.html)

  • set <header> <value>
  • add <header> <value>
  • merge <header> <value>
  • etc.

Alternatively, a way to specify headers to add within http://docs.apigee.com/microgateway/latest/edge-microgateway-operations#edgemicrogatewayconfiguratio... would solve our current need.

1 1 314
1 REPLY 1

Not applicable

Or are most people still deploying Edge Micro behind a web server and doing this sort of thing within the web server configuration?