a URL th a t c a rries p a r a meters from the client to the server using the HTTP protocol. • It a ppe a rs a fter the ? in a URL. • When a browser requests a p a ge like: http://loc a lhost:8080/?n a me=J a vier&course=CSC364 • It sends the following HTTP request line to the server: GET /?n a me=J a vier&course=CSC364 HTTP/1.1
Computing Javier Gonzalez-Sanchez, Ph.D. [email protected] Winter 2026 Copyright. These slides can only be used as study material for the class CSC 364 at Cal Poly. They cannot be distributed or used for another purpose. 16