It's redirect to localhost π
On my browser (I'm not sure if it make sense):
Status Code URL IP Page Type Redirect Type Redirect URL
302 https://extiverse.com/auth/console?redirect_uri=http%3A%2F%2F127.0.0.1%3A39991 104.27.136.157 server_redirect temporary http://127.0.0.1:39991/?token=eyJ0eXAiOiJK<<secret>>OTGsFIukhrzoPXpYWw
And from server - I'm ended on login webpage π
$ curl -I https://extiverse.com/auth/console?redirect_uri=http%3A%2F%2F127.0.0.1%3A39991
HTTP/1.1 302 Found
Date: Thu, 29 Oct 2020 12:53:36 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Set-Cookie: __cfduid=d3c0f6<<secret>>6016; expires=Sat, 28-Nov-20 12:53:36 GMT; path=/; domain=.extiverse.com; HttpOnly; SameSite=Lax
Cache-Control: no-cache, private
Location: https://extiverse.com/login
Set-Cookie: extiverse_session=eyJpdiI6IlBrb2<<secret>>jMWU1In0%3D; expires=Thu, 29-Oct-2020 14:53:36 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
CF-Cache-Status: DYNAMIC
cf-request-id: 061604c98a0<<secret>>05b000000001
Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report?s=uultnvQhNNroGjr<<secret>>2F8zB%2B%2BYTd5OOOu9767g"}],"group":"cf-nel","max_age":604800}
NEL: {"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 5e9d0a55aec0ce63-LHR
$ curl -s -I https://extiverse.com/auth/console?redirect_uri=http%3A%2F%2F127.0.0.1%3A39991 | grep Location
Location: https://extiverse.com/login