Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设 REST 客户端已登录并尝试再次登录,在这种情况下,服务器会忽略该请求。这里应该返回什么状态?
我认为您的 API 可以返回与首次登录成功时完全相同的状态代码/消息。
这就是为什么...在我看来,从 API 的角度来看,您有两种不同的情况:新登录和重新登录。以编程方式存在差异。
但是,从 API 消费者的角度来看,消费者想要知道的只是登录是否成功,它是成功的。