Skip to content

errorMessage: 'Authorization header string gönderilmesi zorunludur' #128

@SZaferUlgur

Description

@SZaferUlgur

[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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions