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
Currently AHC doesn't carry the cookie under the hood. So to support stickiness it's needed to read the received cookie header and set it back on the Request object.
The text was updated successfully, but these errors were encountered:
Any thoughts on this feature? For us, it's not terribly important that wAsync itself supports it, but it'd be pretty critical for the JS libraries. Is there a better work-around (some encoder/decoder or something)?
Currently AHC doesn't carry the cookie under the hood. So to support stickiness it's needed to read the received cookie header and set it back on the Request object.
The text was updated successfully, but these errors were encountered: