DEV Community

Cover image for ๐Ÿ”ฅ HTTP Explained in 7 minutes(API Testing Basics) | Rest Assured Tutorial | Day 3
Pramod Dutta
Pramod Dutta

Posted on • Updated on

๐Ÿ”ฅ HTTP Explained in 7 minutes(API Testing Basics) | Rest Assured Tutorial | Day 3

Hey BugHunters, In this video, we are going to learn HTTP Explained for beginners

This is Day 3 of the 30 days of API Testing challenge Series. Where will learn the Basics before jumping to API Automation.

โœ… What is HTTP?
HTTP stands for Hyper Text Transfer Protocol
WWW is about communication between web clients and servers
Communication between client computers and web servers is done by sending HTTP Requests and receiving HTTP Responses

 Rest Assured Tutorial

โœ… Whatโ€™s in an HTTP request?

An HTTP request is the way internet communications platforms such as web browsers ask for the information they need to load a website.

Each HTTP request made across the Internet carries with it a series of encoded data that carries different types of information. A typical HTTP request contains:

HTTP version type
a URL
an HTTP method
HTTP request headers
Optional HTTP body.

โœ… What is HTTP cookie?
An HTTP cookie (also called web cookie, Internet cookie, browser cookie, or simply cookie) is a small piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing.

Read more - https://www.cloudflare.com/learning/ddos/glossary/hypertext-transfer-protocol-http/

๐Ÿš€ All 30 Days Task - https://scrolltest.com/3ra
๐Ÿ“Œ Join 30 Days Challenge Updates - https://scrolltest.com/tta
๐ŸŽ“ Free Automation MasterClass - https://thetestingacademy.com
๐Ÿ“š REST API testing with Python - https://masterapitesting.com

๐Ÿ”” Join Facebook Group : https://scrolltest.com/fb

โœ… Automation Tester Community - https://thetestingacademy.com
๐ŸฆFollow us on Twitter - https://twitter.com/itstechmode
๐Ÿ“– Like us on Facebook - https://www.facebook.com/scrolltest
๐ŸŽค Listen to our Podcast - https://anchor.fm/thetestingacademy

--
Be sure to subscribe for more videos like this!

 TheTestingAcademy

Top comments (0)