Hey guys,
I need to login here. I've tried the ASIHTTPRequest and ASIFormDataRequest.
None of them works as expected. I only got the data from the loginpage in the response string, not the data from the secure area.
What am I doing wrong here?
ASIFormDataRequest *request = [ASIFormDataRequest requestWithURL:[NSURL URLWithString:@"https://www.blau.de/"]];
[request setPostValue:@"USERNAME" forKey:@"quickLoginNumber"];
[request setPostValue:@"PASSWORD" forKey:@"quickLoginPassword"];
[request startAsynchronous];