Answers for "HTTP POST Request:"

0

HTTP POST Request:

POST http://localhost:60464/api/student?age=15 HTTP/1.1
User-Agent: Fiddler
Host: localhost:60464
Content-Type: application/json
Content-Length: 13

{
  id:1,
  name:'Steve'
}
Posted by: Guest on October-12-2020

Browse Popular Code Answers by Language