binshops / prestashop-rest

PrestaShop REST API module to expose your PrestaShop website's REST endpoints
https://www.binshops.com/prestashop-api
Academic Free License v3.0
95 stars 33 forks source link

Strange Response Codes #15

Closed david8z closed 2 years ago

david8z commented 2 years ago

Have been reading the code and realized response codes are kind of rare many times, returning Redirection 3xx error codes when they are actually Client Error 4xx or Server Error 5xx.

¿May I create a PR with some changes proposals?

samberrry commented 2 years ago

I think it would be better to keep the error codes, as we are using in different apps, but we can have a revision to better handle errors, also you may testing on old Ps versions.. anyway let us discuss it with you internally in channel. Thanks David.