Cross-domain setting cookies problem

as mentioned, the node egg.js development I use in the back end needs cookies, while the request used in the front end is fetch.js, but cannot complete the cross-domain request.

1.fetch main configuration credentials = "include",options.mode = "cors"
2. The backend setting
clipboard.png

clipboard.png

clipboard.png

clipboard.png

whiteListApp

clipboard.png

Mar.12,2021
Add access-control-allow-origin: xxxxx

to

config.cors.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32eca-2b1b7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32eca-2b1b7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?