Magento 2, You can redirect to any custom URL from Observer file. When you have created event observer for any specific event and you want to redirect to any URL in a site, You can redirect from observer simply by calling below code,
Create an observer file under app/code/{Packagename}/{Modulename}/YourEventObserver.php
Continue reading “How to redirect from Observer in Magento 2?”