Support for cookies on request?
gregsilin opened this issue · comments
Greg Silin commented
Hi,
Currently, there doesn't seem to be a way to inject cookies into the mock request when using the mockws library. What's the feasibility of adding this functionality?
Yann Simon commented
Can you explain why it is not possible?
Sending the cookie from the client is simply sending an header.
And adding a cookie from the client is also simply sending an header.
Greg Silin commented
Duh, I knew that :). thanks