Hi, I using a gpxe script which contains a following command: chain http://myserver/bootme.php?mac=${net0/mac}&user=${username:uristring}&pwd=${password:uristring} above chain command invokes http get request, is it possible to perform a http post request when using chain command? Regards,