Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # IT:AD:HTTP/Protocol # * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} --- ## GET / POST ## ### GET / PUT and Response ### A basic request looks like: GET /default.aspx HTTP/1.1 Host: www.contoso.com or GET /default.aspx?Id=123&color=blue HTTP/1.1 Host: www.contoso.com or POST /default.aspx HTTP/1.1 Host: www.contoso.com Id=123&color=blue The response will look more like: HTTP/1.1 200 OK Server: Microsoft-IIS/6.0 Content-Type: text/html Content-Length:68 <html>....</html> /home/skysigal/public_html/data/pages/it/ad/http/protocol.txt Last modified: 2023/11/04 22:26by 127.0.0.1