javascript - Refused to get unsafe header "ETag" -


i'm using azure mobile service version "mobileservices.web-1.1.5.min.js" , when update table in database im getting error on debug console ("chrome")

> refused unsafe header "etag" mobileservices.web-1.1.5.min.js:2 > getitemfromresponse mobileservices.web-1.1.5.min.js:2 (anonymous > function) mobileservices.web-1.1.5.min.js:2 c > mobileservices.web-1.1.5.min.js:2 (anonymous function) > azureservice.js?bust=1400282269337:10 r.onreadystatechange 

this did not happened older version of mobileservices.

how correct this?

thanks in advance.

the short answer can't correct it.

this error browser implementation dependent , can safely ignore it. has cors configuration in mobile services. when update table completes successfully, mobileservices sends updated object in response. 1 of response headers "etag" browsers/versions mistakenly identify dangerous. far know there nothing can make console error go away via code.

if run same exact code in firefox, not error.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -