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 |
|---|---|
| 33 | |
| 21 | |
| 18 | |
| 17 | |
| 17 | |
| 14 | |
| 11 | |
| 10 | |
| 9 | |
| 9 |