Sending GET request parameters in body

后端 未结 3 671
青春惊慌失措
青春惊慌失措 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:53

    Postman is already added this feature of sending body in get request.

    But i still i recommended to go for post request (if body is present) since many projects like angular http client does't have updated protocols yet.

提交回复
热议问题