forked from mystiq/dex
5d284e08ae
HTTP code 307 aka. StatusTemporaryRedirect is used throughout the project. However, the endpoints redirected to explicitly expects the client to make a GET request. If a HTTP client issues a POST request to a server and receives a HTTP 307 redirect, it forwards the POST request to the new URL. When using 302 the HTTP client will issue a GET request. Fixes #287 |
||
---|---|---|
.. | ||
config.go | ||
config_repo.go | ||
config_repo_test.go | ||
connector_bitbucket.go | ||
connector_bitbucket_test.go | ||
connector_github.go | ||
connector_github_test.go | ||
connector_local.go | ||
connector_oauth2.go | ||
connector_oauth2_test.go | ||
connector_oidc.go | ||
connector_oidc_test.go | ||
interface.go |