This version of the docs is a work in progress. If you don’t see what you are looking for check the legacy wiki.

These are frequently asked questions. If you don’t find an answer to your question here, check out the contact us section for information on getting in touch with the team.

What HTTP methods does Repose support?

Only the following HTTP methods are supported by Repose.

  • GET

  • PUT

  • POST

  • DELETE

  • HEAD

  • OPTIONS

  • PATCH

  • TRACE

Requests with any other HTTP method will be rejected with a response code of 400.

How Do I Troubleshoot Repose?

Please read our Troubleshooting page.

Why Use Repose’s Client Authentication as opposed to Keystone, Cloud Auth, or Global Auth?

IN PROGRESS