Created
October 26, 2017 13:00
-
-
Save onnimonni/f252ac446349831a124779e49bb42113 to your computer and use it in GitHub Desktop.
Metabase redirect problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl -i https://www.metabase.com/docs/ | |
HTTP/1.1 200 OK | |
Content-Type: text/html; charset=utf-8 | |
Content-Length: 426 | |
Connection: keep-alive | |
Date: Thu, 26 Oct 2017 10:20:14 GMT | |
Last-Modified: Wed, 04 Oct 2017 01:39:52 GMT | |
ETag: "e377a2b0a454fded1058c86690d70473" | |
Server: AmazonS3 | |
Age: 9573 | |
X-Cache: Hit from cloudfront | |
Via: 1.1 a3dc70bc9f5e797ba7958df0f7c2ece3.cloudfront.net (CloudFront) | |
X-Amz-Cf-Id: X49ED-cl1-r_AOKRELRD6ZeFGYsBnl8OctoHm6928OFXs3roJfL40A== | |
<!DOCTYPE html> | |
<html lang="en-US"> | |
<meta charset="utf-8"> | |
<title>Redirecting…</title> | |
<link rel="canonical" href="http://localhost:4000/docs/latest"> | |
<meta http-equiv="refresh" content="0; url=http://localhost:4000/docs/latest"> | |
<h1>Redirecting…</h1> | |
<a href="http://localhost:4000/docs/latest">Click here if you are not redirected.</a> | |
<script>location="http://localhost:4000/docs/latest"</script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment