xor-logic wrote:I am encountering a specific problem with the program I'm building to do this mission. So far I've written the code to connect to the HTS main page and fire off my login info, then grab the source for the resulting page so I can see if it works or not. Problem is I'm getting "Invalid Referrer". What's going on here?
Because of HTS's crappy code, you have to supply an http referer with every request (I'm pretty sure it has to come from HTS). Otherwise, you'll get the "invalid referer".
EDIT: ninja'd by msbachman