Open answershuto opened 7 years ago
When I use credentials to send a payload request that carry the cookie, it can't send the request with cookie and HTTP body.
Vue.http.post(url, params, {credentials : true} );
but I add this code, it send a formdata request with cookie.
Vue.http.options.emulateJSON = true;
why?
wtf? where is the demo ?
When I use credentials to send a payload request that carry the cookie, it can't send the request with cookie and HTTP body.
but I add this code, it send a formdata request with cookie.
why?