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

Unable to connect REST service which uses Form Based authentication #198

Open
maliwalm opened this issue Mar 22, 2018 · 1 comment
Open

Comments

@maliwalm
Copy link

Requests Library currently does not support Rest API which can only be used via Form based authentication.

Using java we can use Rest Assured Library to connect to a Rest API through Form based authetication

Reference for Java -
https://github.com/rest-assured/rest-assured/wiki/usage#form-authentication

Can we have similar thing for Python or add support of Form based authentication in existing code.

Thanks

@trogdor259
Copy link

Wouldn't that just be digest authentication as documented here? If so, that is implemented in the robotframework requests library here.

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