You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cookies aren't sent along with CORS requests. A use case for this is access to private resources, where access tokens are stored in cookies. For example AWS CloudFront with signed cookies.
Simple fix would be to just set withCredentials=true for image requests.
Cookies aren't sent along with CORS requests. A use case for this is access to private resources, where access tokens are stored in cookies. For example AWS CloudFront with signed cookies.
Simple fix would be to just set
withCredentials=true
for image requests.vue-advanced-cropper/src/core/image.ts
Line 151 in c0c3652
The text was updated successfully, but these errors were encountered: