Answer the question
In order to leave comments, you need to log in
Why is Content-Type not being added to Axios React Native?
create code:
const instance = axios.create({
baseURL: API_URL,
timeout: 1000,
headers: {
'Accept': 'application/json',
'Access-Control-Allow-Origin': '*',
'Content-Type': multipart/form-data,
}
});
instance.post('stories/', formData).then(async (response) => {
try {
console.log(response);
} catch (e:) {
console.log(e)
}
}).catch((err) => {
console.log(err)
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question