Skip to content

Coursera Authentication Protocol changes again. #5

@cshung

Description

@cshung

Session.cs need to change from

var data = string.Format("email={0}&password={1}", Uri.EscapeDataString(email), Uri.EscapeDataString(password));

to

var data = string.Format("email={0}&password={1}&webrequest=true", Uri.EscapeDataString(email), Uri.EscapeDataString(password));

Something else is still not working on GetCourseService returning 401, I can't figure that out. It would be great if you can help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions