1 / 4

Info

Info. My name – Valera Kolupaev Email – Valera.Kolupaev@gmail.com Wave for questions - http:// bit.ly/bsu-dotnet-2010 All sources - https://code.google.com/p/bsu-epam-2010/. Today. HTTP Protocol Intro HTML Intro Asp.Net Intro. Hyper Text Transfer Protocol. HTTP Request.

winona
Télécharger la présentation

Info

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Info • My name – Valera Kolupaev • Email – Valera.Kolupaev@gmail.com • Wave for questions - http://bit.ly/bsu-dotnet-2010 • All sources - https://code.google.com/p/bsu-epam-2010/

  2. Today • HTTP Protocol Intro • HTML Intro • Asp.Net Intro

  3. Hyper Text Transfer Protocol HTTP Request HTTP Response GET /index.html HTTP/1.1 Host: www.example.com HTTP/1.1 200 OK Last-Modified: [Date] Etag: "3f80f" Accept-Ranges: bytes Content-Length: 438 Connection: close Content-Type: text/html; charset=UTF-8

  4. Transfer of User’s Data HTTP Request HTTP Response POST /index.html HTTP/1.1 Host: www.example.comContent-Type: form-urlencodedContent-Length: 32 home=Cosby&favorite+flavor=flies HTTP/1.1 200 OK …

More Related