http icon indicating copy to clipboard operation
http copied to clipboard

post method headers

Open amirabbasTehrani opened this issue 4 years ago • 0 comments

Hi, I cant use headers for my post request and there is no example for setting headers.

Here is what I wanted to operate:

async asyncData ({ $http }) { const value= await $http.$post('https://example.com', '{"someBody":[someValue]}', { headers: { 'content-type': 'application/json;charset=UTF-8' } }) return { value} },

amirabbasTehrani avatar Jul 18 '21 14:07 amirabbasTehrani