I want to pass a cookie value to my Node JS server using javascript fetch post, but everytime I try and read req.body on the server, it is empty.
I want to pass a cookie value to my Node JS server using javascript fetch post, but everytime I try and read req.body on the server, it is empty.