HTTP Redirect (302) Doesn't Use Cookie in Following GET Request
问题 Here is a question I have been researching for some time now. I have a redirect that does not seem to be respecting a Set-Cookie attribute in a 302 Redirect. Here are the request and response headers that I used wireshark to obtain. HTTP/1.1 302 Moved Temporarily\r\n Connection: close\r\n Location: http://192.168.1.1:8888/home/\r\n Set-Cookie: foo=test_data; Domain=192.168.1.1; Path=/\r\n \r\n GET /home/ HTTP/1.1\r\n Host: 192.168.1.1:8888\r\n Connection: keep-alive\r\n Upgrade-Insecure