Questions tagged [electron-react]
16 questions
0
votes
0 answers
React-electron app: react set cookie value
I am building an electron-react app, and when I make requests to some URLs I get cookie values included in the response object.
Then when I use other similar APIs, I have to send that cookie in the headers. So, I have to set the received cookie to…
user14596364