Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Authentication 404 - BACKEND_ROUTE_UNAVAILABLE

Any help?

It was working normally.

 

REQUEST

POST /oauth2/token

 

RESPONSE

{HTTP/1.1 404 Not Found

[Date: Wed, 14 Sep 2016 14:20:01 GMT,

Content-Type: text/plain,

Content-Length: 9,

Connection: keep-alive,

X-Gateway-Error: BACKEND_ROUTE_UNAVAILABLE,

X-Frame-Options: SAMEORIGIN,

Server: cloudflare-nginx,

CF-RAY: 2e247a2a3f000893-FRA]}

Best Answer
0 Votes
3 REPLIES 3
Best Answer
0 Votes

@fitfittt: We're investigating reports of this. Does retrying the request result in a successful response?

Best Answer
0 Votes

@fitfittt: Can you capture the full HTTP request? You could use a tool like Runscope Traffic Inspector.

 

I'm curious to know if you're using HTTP/1.1 and sending a Host header. The first two lines should look like:

 

POST /oauth2/token HTTP/1.1
Host: api.fitbit.com
Best Answer
0 Votes