201015139-1
201015139-1
201015139-1
Student Details
Name ID
1. Md. Al-amin 201015139
Introduction:
As an initial step, the connection is to be made with the certain web page, where client needs to POST
thecontents. Then the materials to be posted are collected. This can be done in many ways. As
mentioned earlier,these materials can be received from a different form elsewhere, or can be received
as a search parameters byany other users,
Objective(s)
• To gather knowledge of different types of HTTP methods and the main concept.
• To implement the widely-used HTTP POST and GET methods and their uses.
Analysis:
Every HTTP server website has several web pages inside it. Each web page can be separately accessed by
the clients getting connected to the web server. These accesses can be of many various forms and ways.
Separate HTTP methods exist for each separate applications from the clients’ side for the HTTP server.
Two such type of operations can be requested by the client to the server using POST methods.
Implementation:
Output:
Problem analysis/ Summary :
Based on the focused objective(s) to understand about HTTP methods, the additional lab exercise will
make the student more confident towards the fulfilment of the objectives(s). Different operations can
be done by the client after creating a connection with an web page. Each operation corresponds a
certain HTTP method, that is used as input for that operation. HTTP POST method is used if the client
wants to post/write any content to any web page.