Hey, I was just wondering if its possible to send out a link request & have it possable to return if its alive or dead, the main reasion I ask this is because when I try to use supa download to download a file by typing in the file name & the game doing the rest (user login stuff) & it returns a dead link, the game just crashes. Is there any way to send out a request to see if the link requested to download is dead or alive? So that when supa download goes to actually download the file, it wont fail & error on me.
You can use MooSock to send out a request, send something like "HEAD /somefile.ext HTTP/1.0" and if you get "HTTP/1.0 200 OK" back then you can download the file.