![JAR search and dependency download from the Maven repository](/logo.png)
FitNesseRoot.Fitnesse.SuiteAcceptanceTests.SuiteAuthenticationTests.TestSecureTestPage.content.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smartrics-RestFixture-LiveDoc Show documentation
Show all versions of smartrics-RestFixture-LiveDoc Show documentation
FitNesse tests documenting the RestFixture
If we try to test a page that is marked secure-test, we'll have to authenticate.
A response with status 401 will be received signifying lack of authentication.
Create a page to be tested.
!|Page creator.|
|Page name.|page attributes|valid?|
|FrontPage |secure-test=true|true|
Now request a page. We should get a 401 since we didn't suply any credentials.
!|Response Requester.|
|uri|status?|
|FrontPage?test |401 |
When we supply bad credintials we get a 401.
!|Response Requester.|
|uri|username|password|status?|
|FrontPage?test |Aladdin|open please|401|
Proper credentials give a successfull response.
!|Response Requester.|
|uri|username|password|status?|
|FrontPage?test |Aladdin|open sesame|200|
© 2015 - 2025 Weber Informatics LLC | Privacy Policy