You can get Post Data value in the After plugin using Magento 2.
You can get all the Params() data after the plugin which is sent by request. If you send the query string Or data within the URL, you can get those data using getParams() in the after plugin. Continue reading “Get Post data or Params Data in after plugin magento 2.”