We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following repose documentation for quick start, latest docker image seems to be having issues.
After docker pull,
Request to localhost, does not redirect to rackspace.com, it does endless re-directs to localhost (Location: http://localhost:7070) instead.
The text was updated successfully, but these errors were encountered: