vue-resource
vue-resource copied to clipboard
something wrong when i send query data
when set emulateJSON as ture , the query data(some chinese character) i POST to back end (Java Struts)always can't display right . how can i set request header content-type "application/x-www-form-urlencoded;charset=utf-8" as default when emulateJSON was true
sorry for my poor english
Hi. I've got same problem. I'm using Vuejs + vue-resource with Symfony 3. Did you already solved this problem ? Dusan.
no,still wrong. i used jquery ajax instead .
I have the same problem.
emulateJSON=true does not work for IE9 when using post method, anyone knows why?
simply i would say lib just sucks and the best way is to user XMLHttp :)