Hi,
is there any possibility to make extra HTTP call through kong plugin before reaching upstream or after getting response from upstream.
I have tried middleman plugin. do we have any options apart from it ? mostly provided by kong
Hi,
is there any possibility to make extra HTTP call through kong plugin before reaching upstream or after getting response from upstream.
I have tried middleman plugin. do we have any options apart from it ? mostly provided by kong
If you write a custom lua plugin, you’ll be able to issue arbitrary http requests from your code. I don’t think there’s built in plugins that do this, probably because the nature of the request sounds pretty implementation specific.
Thanks @Daniel_Lamando. Middleman plugins available in github, through which we can make http request