-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
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
| http.withCredentials = false; |
ffxsam and ossipoff
Metadata
Metadata
Assignees
Labels
No labels