Hi all, does someone know how to get cookies from response?
what i use is resp.Header.Get("set-cookies")
but it can`t get multi cookies, saying that the server set-cookies twice then only can get the random one. Does anything I missing?
Thanks in advance.
Hi all, does someone know how to get cookies from response? what i use is
resp.Header.Get("set-cookies")
but it can`t get multi cookies, saying that the server set-cookies twice then only can get the random one. Does anything I missing? Thanks in advance.