You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Make sure that the UIWebView can only access these three URLs
62
-
BOOL result = ([request.URL isEqual:[NSURLURLWithString:@"https://www.hw.com/students/Login/tabid/2279/Default.aspx?returnurl=%2fstudents%2fSchoolResources%2fMyScheduleEvents.aspx"]]
62
+
BOOL result = ([request.URL isEqual:[NSURLURLWithString:@"https://www.hw.com/students/Login?returnurl=/students/SchoolResources/MyScheduleEvents.aspx"]]
//NSLog(@"URL did finish load: %@", url.description);
74
-
if ([url isEqual:[NSURLURLWithString:@"https://www.hw.com/students/Login/tabid/2279/Default.aspx?returnurl=%2fstudents%2fSchoolResources%2fMyScheduleEvents.aspx"]]) {
75
+
if ([url isEqual:[NSURLURLWithString:@"https://www.hw.com/students/Login?returnurl=/students/SchoolResources/MyScheduleEvents.aspx"]]) {
75
76
//If the login page just loaded, show the UIWebView and prompt the user to log in.
0 commit comments