Hi. I’m trying to do this exactly. I have the following in the “Display the following URL…” setting and I do not get anything when I try to extract the variable. I’m using
ghe://heserver/index.php?token=hello and in my php index.php file I have the following:
var_dump($argv) and it displays NULL, changing to http://heserver/index.php?token=hello also gives me NULL back.