pantsel / kong-middleman-plugin

A Kong plugin that enables you to make an extra HTTP POST request before calling an API.
MIT License
156 stars 63 forks source link

Add ability to pick headers from middleman response? #13

Open ghost opened 5 years ago

ghost commented 5 years ago

Would it be difficult to add the ability to pick headers from middleman response? Say I want to validate a JWT token, and use it to create a new token with additional data for the api to use. Is there any way to make use of the body or headers from the middleman response?

bskiefer commented 5 years ago

I second this...