Slide Web thế hệ mới - Chapter 12 http basic examples
Slide giảng dạy về HTTP cơ bản với hai ví dụ minh họa quy trình request-response giữa trình duyệt và máy chủ web, bao gồm các phương thức GET và POST. Tài liệu trình bày chi tiết các bước xử lý HTTP request, HTTP response headers, và cách truyền dữ liệu biểu mẫu.
미리보기 생성 중...
HTTP EXAMPLE 1 1. User makes request 2. Browser sends HTTP request to server GET /comp1274/randyc/lab10done/enter_country.htm HTTP/1.1 Accept: */* Accept-Language: en-us,en-ca;q=0.5 Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727) Host: csweb2.mtroyal.ca Connection: Keep-Alive http://en.wikipedia.org/wiki/HTTP_persistent_connection Sử dụng cùng một TCP connection cho nhiều HTTP request HTTP Request Browser Web Server 3. Server receives and processes the HTTP request HTTP Request Browser Web Server Retrieve Requested file 4. Server sends HTTP response back HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Thu, 30 Mar 2006 19:50:54 GMT Server Content-Type: text/html Accept-Ranges: bytes Last-Modified: Fri, 24 Mar 2006 17:50:50 GMT HTTP Response Content-Length: 209 Browser <HTML><HEAD><TITLE>Enter A Country</TITLE></HEAD> <BODY> <FORM METHOD=POST ACTION=form_filter.asp> Enter Country Search: <INPUT TYPE=TEXT NAME=Search><P> <INPUT TYPE=SUBMIT> </FORM> </BODY></HTML> 5. Browser displays response 6. User submits data 7. Browser sends HTTP request to server POST /comp1274/randyc/lab10done/form_filter.asp HTTP/1.1 Accept: */* Referer: http://csweb2.mtroyal.ca/comp1274/randyc/lab10done/enter_country.htm Accept-Language: en-us,en-ca;q=0.5 Content-Type: application/x-www-form-urlencoded Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727) Host: csweb2.mtroyal.ca Content-Length: 13 Connection: Keep-Alive Cache-Control: no-cache Search=Canada User entered form data goes here in the http request header as a name=value pair Digression: What if GET rather than POST? <FORM METHOD=GET ACTION=form_filter.asp> Then the user entered form data is added to the requested URL GET /comp1274/randyc/lab10done/form_filter.asp?Search=Canada HTTP/1.1 Ve
… 전체 문서를 읽으려면 원본 파일을 다운로드하세요.
- 문서명
- Slide Web thế hệ mới - Chapter 12 http basic examples
- 학교 / 강의
- Đại học Bách khoa Hà Nội · Web thế hệ mới
- 내용
- Tài liệu giải thích quy trình hoạt động của HTTP qua hai ví dụ minh họa, cho thấy cách trình duyệt gửi yêu cầu và máy chủ phản hồi, bao gồm cả việc xử lý dữ liệu form bằng phương thức GET và POST.
- 목차
- HTTP EXAMPLE 1
- HTTP EXAMPLE 2
- 페이지 수
- 28 페이지
- 업로더
- lienhejb
자주 묻는 질문
이 문서는 무료인가요?
네. “Slide Web thế hệ mới - Chapter 12 http basic examples” 문서는 무료입니다. 로그인 후 '다운로드'를 클릭하여 원본 파일을 받으세요.
이 문서는 몇 페이지로 되어 있나요?
이 문서는 28페이지입니다, Web thế hệ mới 과정용. 다운로드하기 전에 온라인으로 미리 볼 수 있습니다.
다운로드하기 전에 미리 볼 수 있나요?
네. 이 페이지의 온라인 리더를 통해 문서를 미리 본 후 다운로드 여부를 결정할 수 있습니다.

댓글 (0)
댓글이 없습니다. 첫 댓글을 남겨보세요!