viral-vector / vue-upload-image

Configurable image uploader with preview
MIT License
34 stars 17 forks source link

Can we use Headers as a field? #13

Open BasilNozhenkin1 opened 3 years ago

BasilNozhenkin1 commented 3 years ago

There is a wide variety of situations where it is needed to customize headers, csrf and other scenarios

viral-vector commented 3 years ago

There is no specific way to inject headers directly using the packs API. But the pack uses VueJS request so you can easily inject hearders via VueJS request interceptors.