You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In some scenarios for Redirection, next call required to use Cookies from previously call, but we don't see that happing in Pactum
Describe the solution you'd like
Global or call config to enable Cookie Jar, like .enableCookiesJar()
something I see config in postman, where Cookie Jar Enable all the time, we user can disable it:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In some scenarios for Redirection, next call required to use Cookies from previously call, but we don't see that happing in Pactum
Describe the solution you'd like
Global or call config to enable Cookie Jar, like
.enableCookiesJar()
something I see config in postman, where Cookie Jar Enable all the time, we user can disable it:
The text was updated successfully, but these errors were encountered: