Plugin not working for Magento\Framework\App\Http afterLaunch
Hi @selva7890,
Can you share your plugin code?
Also, which version of Magento are you using?
You have to use observer instead of Plugin for Launch method,
use event,
controller_front_send_response_before
Check all the events from List of all events.