fetch('https://myapiurl.com/post', {
method: 'POST',
body: JSON.stringify({
examplefield1: 'zzz',
examplefield2: 'yyy',
}),
headers: {
'Content-type': 'application/json; charset=UTF-8'
}
})
.then(res => res.json())
.then(console.log)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
14 | |
12 | |
8 | |
8 | |
7 | |
7 | |
7 | |
6 | |
5 | |
5 |