Paul Shriner - Titleless
CDCloudflare Developers
•Created by Paul Shriner - Titleless on 2/16/2024 in #workers-help
Set cookie for worker, access by worker not working.
It was all CORS related, with Axios.
For anyone in the future looking into this.
You have to add:
Access-Control-Allow-Credentials: true
to your Cors response and set,
withCredentials on your request.
3 replies