Hello, I try to connect prestashop webservices using axios but with no luck, in postman this url return results
axios
.get(
"http://HFD9UZKZMBEH2NFXXFPND6xxxxxU@xxxxxxxxx.xx/api/orders&display=full&output_format=JSON"
)
.then(function(response) {
console.log(response.data);
});
does anyone know where can be problem?
Thanks