Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_session.IsAuthRedirected = true; #4

Open
cshung opened this issue Dec 31, 2013 · 1 comment
Open

_session.IsAuthRedirected = true; #4

cshung opened this issue Dec 31, 2013 · 1 comment

Comments

@cshung
Copy link

cshung commented Dec 31, 2013

I am reading the code to manage the IsAuthRedirected flag.
Why are we only setting it in GetCourseOptionsService constructor?

Shouldn't we update it only after we did this?

var url = string.Format("{0}auth/auth_redirector?type=login&subtype=normal",
_homelink);
await _session.GetPageAsync(url, HttpVerb.Get);

@CrshOverride
Copy link
Owner

Sorry for the long delay in getting back to you. I've had a bit of a shake up with my job and haven't had any spare time to work on this. I'll take a look at the issue this week and see how I can re-organize things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants