Display cookies in request headers in Safari 7
问题 When examining request headers in Chrome or Opera using their default console, I can see in the request headers what cookies have been sent to the server and if server is trying to set a cookie, I can also see Set-Cookie header. However, in Safari 7.1.2 I don't see these information, but I see other information such as Accept,, User-Agent, Referer etc. Do I need to enable something to see the cookies in the Safari's console? How can I view cookies that are being sent together with the request