rackerlabs / repose

The powerful, programmable, API Middleware Platform
http://www.openrepose.org/
Other
338 stars 103 forks source link

latest docker image does not redirect to Rackspace.com #2083

Open iWebi opened 6 months ago

iWebi commented 6 months ago

Following repose documentation for quick start, latest docker image seems to be having issues. After docker pull,

docker run --name repose --detach --publish 7070:8080 rackerlabs/repose:latest

Request to localhost, does not redirect to rackspace.com, it does endless re-directs to localhost (Location: http://localhost:7070) instead.

curl -i http://localhost:7070
HTTP/1.1 301 Moved Permanently
Date: Tue, 26 Mar 2024 16:13:40 GMT
Content-Type: text/html
Date: Tue, 26 Mar 2024 16:13:40 GMT
Location: http://localhost:7070
Via: 1.1 Repose (Repose/9.1.0.5)
X-Trans-Id: eyJyZXF1ZXN0SWQiOiIzMGM0ZmU2OS1hZWJiLTQ4ZDItYThjNi0wOThkYzk1ZGEwMjkiLCJvcmlnaW4iOm51bGx9
Content-Length: 134

<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
</body>
</html>