javascript - Refused to get unsafe header "Content-Length" / reading ID3 tags from external mp3's -


i trying write script loads id3 tags .mp3 file.

after searching hours, found one script had small size , did wanted, can't work cross-domain .mp3 files. have tried using csp headers bypass this, without luck.

is there way around this, downloading file in backgrond , showing progress bar, or can bypass way?

the error when loading external file:

refused unsafe header "content-length" 

it's connected .getresponseheader(); far remember.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -