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
I saw that when using chai.request.agent(app) there is a possibility to reuse the cookie across all the requests.
If my API needs header authentication, is it possible to append a header on every request similar to the cookie workflow?
I saw that when using
chai.request.agent(app)
there is a possibility to reuse the cookie across all the requests.If my API needs header authentication, is it possible to append a header on every request similar to the cookie workflow?
Something like this:
The text was updated successfully, but these errors were encountered: