Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    How will the client pass them on? I use the body in the current situation Commented Feb 5, 2022 at 14:06
  • As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center. Commented Feb 5, 2022 at 14:07
  • It is a Post method. You need to define the body and post it to the api. Commented Feb 6, 2022 at 11:12
  • 1
    @politebarista the client can pass them as query params. To send using body create one complex object with username or password, we can only pass one param using body Commented Feb 6, 2022 at 17:47