# Ordoro API endpoint redirection misconfiguration

**URL:** https://forums.ordoro.com/t/ordoro-api-endpoint-redirection-misconfiguration/754
**Category:** Bug Reports
**Created:** [July 14, 2021, 2:28am UTC](https://forums.ordoro.com/t/ordoro-api-endpoint-redirection-misconfiguration/754 "2021-07-14T02:28:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![serge\_bumperactive](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.ordoro.com/serge_bumperactive/32/130_2.png) [@serge\_bumperactive](https://forums.ordoro.com/u/serge_bumperactive)
#### Post date: [July 14, 2021, 2:28am UTC](https://forums.ordoro.com/t/ordoro-api-endpoint-redirection-misconfiguration/754/1 "2021-07-14T02:28:51Z")

</div>

## Description

Wrong redirection chain breaks the request if trailing slash is missed in the endpoint URL.  
**https://[api.ordoro.com](http://api.ordoro.com)/order** redirects to **http://[api.ordoro.com](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](https://api.ordoro.com/order)

## Response Details

HTTP/1.1 308 PERMANENT REDIRECT  
…  
Location: **http** ://api.ordoro.com/order/  
…

---

<div class="post-metadata">

### Author: ![syork](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.ordoro.com/syork/32/61_2.png) [@syork](https://forums.ordoro.com/u/syork)
#### Post date: [July 14, 2021, 2:16pm UTC](https://forums.ordoro.com/t/ordoro-api-endpoint-redirection-misconfiguration/754/2 "2021-07-14T14:16:27Z")

</div>

Hi,

You’ll need to use `https://api.ordoro.com/v3/order`. You can see the details [here.](https://docs.ordoro-dev.com/#operation/Order_GET)

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

---

<div class="post-metadata">

### Author: ![serge\_bumperactive](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.ordoro.com/serge_bumperactive/32/130_2.png) [@serge\_bumperactive](https://forums.ordoro.com/u/serge_bumperactive)
#### Post date: [July 14, 2021, 2:44pm UTC](https://forums.ordoro.com/t/ordoro-api-endpoint-redirection-misconfiguration/754/3 "2021-07-14T14:44:56Z")

</div>

Hi,

I see, thanks.  
Probably it worth to mention it in there [Ordoro v3 Orders API · Apiary](https://devapiverson.docs.apiary.io/#introduction/note) since that a first page appears in google search and I didn’t even know the website you refer to exists.
