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

Support for default authentication #175

Closed
johanhaleby opened this issue Jul 20, 2015 · 1 comment
Closed

Support for default authentication #175

johanhaleby opened this issue Jul 20, 2015 · 1 comment

Comments

@johanhaleby
Copy link
Collaborator

From johan.ha...@gmail.com on January 24, 2011 12:31:14

E.g. instead of

given().auth().basic("john", "doe").expect()..
given().auth().basic("john", "doe").expect()..
given().auth().basic("john", "doe").expect()..

you could do:

RestAssured.defaultAuth = basic("john", "doe");

Original issue: http://code.google.com/p/rest-assured/issues/detail?id=20

@johanhaleby
Copy link
Collaborator Author

From johan.ha...@gmail.com on February 12, 2011 10:44:05

Status: Fixed

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

No branches or pull requests

1 participant