D
D
Denis2014-12-01 18:42:12
Computer networks
Denis, 2014-12-01 18:42:12

I can't figure out how to organize an http request?

For example, there is a command in the http documentation, "GET" to get a page. Not sure where to put it? What medium to use for this. Kindly explain.
3rd year student of not very IT specialty.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Armenian Radio, 2014-12-01
@gbg

This command must be issued directly to the HTTP server, like this:

telnet адрес_сервера 80
GET /index.html

and get some answer.
And so, the browser does this, a person does not have to do it.

E
Elena, 2014-12-01
@Nidora

GET - getting the resource
www.xserver.ru/computer/protokol/http/1/4.shtml

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question