Sending GET request parameters in body

后端 未结 3 663
青春惊慌失措
青春惊慌失措 2020-12-30 03:49

I have an API which accepts many parameters. Passing the values of the parameters will exceed the length of the URL Header.

I am using Postman client to pass the para

3条回答
  •  無奈伤痛
    2020-12-30 04:44

    Workaround:

    1. Change the request type to POST.
    2. Set the value of your body
    3. Change request type to GET
    4. Send request and the body is included

提交回复
热议问题