Nate1
11-12-2007, 09:46 PM
I need to create an ASP page that will run when requested from a CRON job, I have the code to do what I want but the hosting company suggested
A simple security measure was to use a guid for the page name, as well as a key in the query string.
Eg, www.yoursite.co.nz/19a44a90-918e-11dc-8314-0800200c9a66.aspx?key=2b9038f4-918e-11dc-8314-0800200c9a66
Where do I get the GUID from, ?
can create a key for the Querystring
A simple security measure was to use a guid for the page name, as well as a key in the query string.
Eg, www.yoursite.co.nz/19a44a90-918e-11dc-8314-0800200c9a66.aspx?key=2b9038f4-918e-11dc-8314-0800200c9a66
Where do I get the GUID from, ?
can create a key for the Querystring