We've just deployed our app via Apache for a mobile web application version and note that Chrome issues this error when calling our backend web service:
Refused to set unsafe header "User-Agent"
This seems to trace back to VM175 and the line:
xhr.setRequestHeader("User-Agent", "Appcelerator Titanium/" + Ti.version + " (mobileweb/" + Ti.Platform.version + "; mobileweb; " + Ti.Locale.currentLocale + ";)");
I've search based on the error, but have been unable to find a discussion about this.
Have people run into this?