When using the Inet.au3 function to grab data, does it leave history behind?
So let's say I do:
$data= InetRead("http://secreturl.com/secretpath.php?a=secretvariable")
Will anyone be able to look at their web history or find out what website the program is going to if I parse out the data? Or would it be safer to try and connect to a database through MySql?
So let's say I do:
$data= InetRead("http://secreturl.com/secretpath.php?a=secretvariable")
Will anyone be able to look at their web history or find out what website the program is going to if I parse out the data? Or would it be safer to try and connect to a database through MySql?