i am doing a GET request using axios on laravel api request is going sucessfull but i am getting empty response here is the code when i change the base url of axio
window.axios = require('axios');
window.ajaxHeaders = {
'X-CSRF-TOKEN': window.Laravel.csrfToken,
'X-Requested-With': 'XMLHttpRequest'
};
window.axios.defaults.headers.common = window.ajaxHeaders
window.axios.defaults.baseURL="https://roqstaraudio.com/";
this is empty response
and when hitting the same url on browser getting data
and this the url i am calling from ajax by GET Request
https://roqstaraudio.com/api/item/list?categories[0]=2&order[0]=latest&per_page=18&relations[0]=creator