To Open a URL on users side ,you have to pass the URL of the website from unreal app to the browser side through a the JSON object. our browser side system will collect that URL from json object and open a new Tab in the user's browser with the given URL.
...
Blueprint: /Content/Blueprint/PixelStreamingBP/OpenURL.uasset
...