Getting HTTP 415 Errors – What’s the Best Way to Fix Unsupported Media Type Issues? or HTTP 415 Unsup

20 Replies, 1431 Views

Pro tip: If you’re using fetch(), you gotta explicitly set headers like this:

```
headers: {
'Content-Type': 'application/json'
}
```

Forgot that once and got slapped with http 415 for hours. 😅

Messages In This Thread



Users browsing this thread: 1 Guest(s)