Posts by capaocapao • 16 points
1 post
-
0
votes1
answer479
viewsA: Problems with Bodyparse on Node.JS using Express (data like POST)
Oops ! Axios already fills the header automatically in front-end, so you can use a more streamlined type syntax: axios.post('http://192.168.26.166:3000/users/authenticate', data) BACKEND: you…