We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Wouldn't that just be digest authentication as documented here? If so, that is implemented in the robotframework requests library here.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: