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 |
||
---|---|---|
.. | ||
admin.go | ||
auth_middleware.go | ||
auth_middleware_test.go | ||
client_resource.go | ||
client_resource_test.go | ||
config.go | ||
discovery_resource.go | ||
discovery_resource_test.go | ||
email_verification.go | ||
email_verification_test.go | ||
error.go | ||
error_test.go | ||
http.go | ||
http_test.go | ||
invitation.go | ||
invitation_test.go | ||
password.go | ||
password_test.go | ||
register.go | ||
register_test.go | ||
serialization.go | ||
serialization_test.go | ||
server.go | ||
server_test.go | ||
testutil.go | ||
user.go |