ZGY
  • Home
  • Blog

POST

A collection of 3 posts
cURL

How to send JSON POST requests in cURL?

This article detailed the key steps of using the cURL command to simulate a JSON format POST request: specifying the request method as POST, setting the request header Content-Type to application/json, adding request body data...
Apr 18, 2025 3 min read
Insomnia

How to Send a POST Request in Insomnia?

This article has introduced how to initiate a POST request in Insomnia. POST requests are commonly used in the HTTP protocol for submitting data to servers. The steps include preparation, creating a new request, adding a request body, configuring request headers, and sending the request.
Apr 9, 2025 3 min read
Postman

How does Postman send a POST request?

The steps to send a POST request in Postman are simple, including creating a new interface, setting the URL and parameters, selecting the data type, and finally sending the request.
Apr 3, 2025 3 min read
Page 1 of 1
ZGY © 2025
△