REST Security
Aug 19 2016- POSTED BY projecth
Cache The first step towards making your API available for clients is caching. A cache is usually a service that […]
Read More
Comments Off on REST Security
Cache The first step towards making your API available for clients is caching. A cache is usually a service that […]
Read MoreSending Data with a GET Request In a GET request, additional data related to your requested resource is passed as […]
Read More200 level codes are success messages, particularly 200 code which is the message OK. 301 Page moved. 404 is Not […]
Read MoreRequest-Line The first line GET /xml HTTP/1.1 is called the request line. GET | POST GET is used when you […]
Read MoreHTTP Hyper Text Transfer Protocol: A set of rules that govern how 2 devices should communicate with each other over […]
Read More