Size: 227
Comment:
|
Size: 228
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* curl : curl -k -i -X POST -H 'ContentType: application/json' -d '{ ... properly formated json e.g. "id": 1, "Name": "Doc" }' ''url'' | * curl : curl -k -i -X POST -H 'Content-Type: application/json' -d '{ ... properly formated json e.g. "id": 1, "Name": "Doc" }' ''url'' |
Here is a list of Web Development tools that I recommend
Testing Web APIs
curl : curl -k -i -X POST -H 'Content-Type: application/json' -d '{ ... properly formated json e.g. "id": 1, "Name": "Doc" }' url