[0] Sunucu 5000 nolu port üzerinde çalışıyor
[0] {
[0] status: 'failure',
[0] errorCode: '1009',
[0] errorMessage: 'Authorization header string gönderilmesi zorunludur',
[0] locale: 'tr',
[0] systemTime: 1712002834717,
[0] conversationId: '6386d0ea-ed16-40ed-a2bf-7c81658df463'
[0] }
axios.post(apiUrl, data, {
headers: {
"Content-Type": "application/json"
}
})
.then(response => {
const responseData = response.data;
console.log(responseData);
})
.catch(error => {
console.error('Hata:', error);
});
Cevap verebilir misiniz?