I have a service that uses a login/password authentication. When it authenticates, it store a cookie on the browser that need to be passed every request then. How do I do this with tiggzi?
I have a service that uses a login/password authentication. When it authenticates, it store a cookie on the browser that need to be passed every request then. How do I do this with tiggzi?
How does the cookie need to be passed?
In general, cookies will be sent automatically when sending a request. This will work when running the page from the browser, not when doing a Test inside the builder.