jeremys/Simple-Rest-Client-Chrome-Extension

Set-Cookie response header not shown in response headers section

Opened this issue · 0 comments

Can someone confirm. I'll check more when I have time.

I'm doing some debugging involving session ID cookie being received from server. I see it when making a REST HTTP GET request in browser on Firefox (not with REST client) and spying requests with HttpFox.

Having cleared browser cache on Chrome and using this extension to make the same HTTP GET request, I don't see the Set-Cookie header. But seeing it work from Firefox, I know the server should be sending one back, it's not getting shown here...