Get post information inside a kibana plugin

Hi,

I am trying to create a kibana plugin. I need to intercept an specific kind of request made by kibana, which is to a url like this '/api/saved_objects/bulk_get'. In my browser I can see the post parameters, which is exactly the information I need.

But, inside my plugin, I cannot get those post parameters. Is there a way to get that information?

Thank you

Kelly

I was able to get the information I needed on the onPreHandler event

I'm glad you were able to figure this out, and thanks for posting an update with your solution for others to benefit from.