Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

201015139-1

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Green University of Bangladesh

Department of Computer Science and Engineering (CSE)


Faculty of Sciences and Engineering
Semester: (Summer, Year:2024), B.Sc. in CSE (Eve)

Lab Report NO #01


Course Title: Computer Networking lab
Course Code: CSE312 Section: 221_E1

Lab Experiment Name: Implementation of HTTP POST Method in Java

Student Details

Name ID
1. Md. Al-amin 201015139

Submission Date : 23.11.24


Course Teacher’s Name : Tanpia Tasnim

Lab Report Status


Marks: ………………………………… Signature:.....................
Comments:.............................................. Date:..............................
Title : Implementation of HTTP POST Method in Java

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.

You might also like