How to perform cookie based authentication?
To perform cookie based authentication in vREST, follow the steps below:
- First record the login request or create a test case manually for the login request with form parameters(e.g. username/email and password etc.) in "Parameters" sub-tab.
- vREST will automatically save the cookie after executing this test case and will use this cookie in subsequent test cases.
- For more info, please follow Cookie Based Authentication