pedrocavalero
Posts: 0
Joined: Tue Dec 18, 2012 8:06 pm

How to use security context with cookies?

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to use security context with cookies?

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.

Return to “Issues”