Ordoro API endpoint redirection misconfiguration

Description

Wrong redirection chain breaks the request if trailing slash is missed in the endpoint URL.
https://api.ordoro.com/order redirects to http://api.ordoro.com/order/ that falls off by timeout.

I expected:

I expected request to land to the correct endpoint URL after all redirects.

Request Details

$> curl -I https://api.ordoro.com/order

Response Details

HTTP/1.1 308 PERMANENT REDIRECT

Location: http://api.ordoro.com/order/

Hi,

You’ll need to use https://api.ordoro.com/v3/order. You can see the details here.

https://api.ordoro.com/order/ has been deprecated.

Hi,

I see, thanks.
Probably it worth to mention it in there Ordoro v3 Orders API · Apiary since that a first page appears in google search and I didn’t even know the website you refer to exists.