I Need ExeOutput for PHP to access a Web Browser link

I have a biometric device that verifies Users by sending a verification link like http://localhost/attendance/?session=12345 to a web browser and it works fine. Is there a way to let ExeOutput Software access the above link rather than using a specific file as the default landing page?

Hi, I think at worst you can always point an index.php file as a landing page to Exeoutput, then put in as code, only a redirection to the desired link.

Regards.

You can reach any remote URL or local one with PHP’s cURL or
$data = file_get_contents('http://localhost/attendance/?session=12345');