Azure Classroom Series – 05/Jan/2020

REST API

Traditional Web Applications

  • Traditional Application:
    • Hosted on Web Servers
    • Functionality is linked to UI Developed
    • Users of the traditional Web Applications use browsers (GUI) to execute the applications Preview

SOAP Based Web Services

  • Without interacting only via UI, Functionality of the Server can be exposed to clients. On the Server host SOAP Web Services
  • Cons:
    • Client requires decent compute power to use SOAP Services

REST APIs

  • Services are exposed much like SOAP, but unlike SOAP REST API uses stable HTTP Protocol to do this.
  • Since HTTP is Used, We have
    • Methods: GET, POST, PUT, DELETE
    • Requests
      • Body
      • Headers
      • Content type
    • Response
      • Status Code: 1**, 2**, 3**, 4**,5** (404: page not found)
      • Body
      • Headers
      • Content type
  • HTTP request can be generated by all the languages and also from command lines such as curl, Invoke-WebRequest

Preview

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube