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'm testing a request to a site that returns multiple set-cookie headers. With ky, I am only seeing one of the headers. Does ky support fetching all the header entries in the response that share the same name?
The text was updated successfully, but these errors were encountered:
@sindresorhus if I'm reading that SO article correctly, all the values from the multiple headers exist in the merged header. I am not seeing this when using ky. Are you able to?
@sindresorhus hmm, I see in the other responses in that thread, the additional complications specific to Set-Cookie. What a shame. Thanks for the pointer.
I'm testing a request to a site that returns multiple
set-cookie
headers. Withky
, I am only seeing one of the headers. Doesky
support fetching all the header entries in the response that share the same name?The text was updated successfully, but these errors were encountered: