From 4f5ae82be9ba86c9975aca5601b060cc0c54c6a9 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Thu, 14 Apr 2016 17:21:44 +0100 Subject: [PATCH] Actually it's only /register that discovers flows by empty POST; /login uses GET --- supporting-docs/howtos/client-server-migrating-from-v1.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/supporting-docs/howtos/client-server-migrating-from-v1.rst b/supporting-docs/howtos/client-server-migrating-from-v1.rst index 504c32a4..276be655 100644 --- a/supporting-docs/howtos/client-server-migrating-from-v1.rst +++ b/supporting-docs/howtos/client-server-migrating-from-v1.rst @@ -16,8 +16,9 @@ information in the form of the ``params`` object, and that a sequence of multiple calls may be statefully chained together by the ``session`` parameter. Additionally, whereas in ``v1`` the client can perform a ``GET`` request to -discover the list of supported flows, in ``r0`` this is done by sending a -``POST`` request with an empty data body. +discover the list of supported flows for ``/register``, in ``r0`` this is done +by sending a ``POST`` request with an empty data body. The ``/login`` endpoint +continues to use the ``GET`` method as before. Deprecated Endpoints ====================