Question #22What’s the status code number for a web page that can’t be found?500405404Question #23In the following URL, what’s the protocol?http://www.google.comftphttpshttpQuestion #24In the following URL, what’s the sub domain?https://api.google.com/v1/authapiapi.google.comQuestion #25What is the name of the HTTP response header used to define the size, in bytes, of the body of the response?Content-LengthLengthContent-SizeBody-SizeQuestion #26In the following URL, what’s the resource path?https://www.google.com/assets/scripts/main.jsassets/scriptsmain.jsassets/scripts/main.jsQuestion #27What is the curl option that defines the HTTP method used?-s-X-dQuestion #28What is the curl option to set a body key-value parameter?-d-X-bQuestion #29What’s the status code number for a permanent redirection (moved permanently)?201301300302304Question #30In the following URL, what’s the sub domain?https://api-dev.google.com/v1/auth/new/v1/v1/auth/newapi-devQuestion #31In this following HTML code, which HTTP verb will be used when you will submit this form?<FORM action="/login.php" method="post"> <INPUT type="email" name="email" placeholder="Email" required/> <INPUT type="password" name="password" placeholder="Password" required/> <INPUT type="submit" name="submit" value="Login" /><FORM>POSTSUBMITFORMENTERGETQuestion #32Which curl option is used to set an HTTP header to a specific value?-s-X-HQuestion #33In the following URL, what’s the resource path?https://api.google.com/v1/auth/newv1/auth/new/index.htmlv1/auth/newv1/authv1Question #34When you are typing https://intranet.hbtn.io in your browser, which HTTP verb is used?PUTGETDELETEPOSTQuestion #35When an HTTP response indicates a redirection, which header defines the URL the client should be redirected to?Redirect-URINext-LocationLocationRedirect-LocationRedirectSubmit answers
Question
Question #22What’s the status code number for a web page that can’t be found?500405404Question #23In the following URL, what’s the protocol?http://www.google.comftphttpshttpQuestion #24In the following URL, what’s the sub domain?https://api.google.com/v1/authapiapi.google.comQuestion #25What is the name of the HTTP response header used to define the size, in bytes, of the body of the response?Content-LengthLengthContent-SizeBody-SizeQuestion #26In the following URL, what’s the resource path?https://www.google.com/assets/scripts/main.jsassets/scriptsmain.jsassets/scripts/main.jsQuestion #27What is the curl option that defines the HTTP method used?-s-X-dQuestion #28What is the curl option to set a body key-value parameter?-d-X-bQuestion #29What’s the status code number for a permanent redirection (moved permanently)?201301300302304Question #30In the following URL, what’s the sub domain?https://api-dev.google.com/v1/auth/new/v1/v1/auth/newapi-devQuestion #31In this following HTML code, which HTTP verb will be used when you will submit this form?<FORM action="/login.php" method="post"> <INPUT type="email" name="email" placeholder="Email" required/> <INPUT type="password" name="password" placeholder="Password" required/> <INPUT type="submit" name="submit" value="Login" /><FORM>POSTSUBMITFORMENTERGETQuestion #32Which curl option is used to set an HTTP header to a specific value?-s-X-HQuestion #33In the following URL, what’s the resource path?https://api.google.com/v1/auth/newv1/auth/new/index.htmlv1/auth/newv1/authv1Question #34When you are typing https://intranet.hbtn.io in your browser, which HTTP verb is used?PUTGETDELETEPOSTQuestion #35When an HTTP response indicates a redirection, which header defines the URL the client should be redirected to?Redirect-URINext-LocationLocationRedirect-LocationRedirectSubmit answers
Solution
Question #22: 404 Question #23: http Question #24: api Question #25: Content-Length Question #26: assets/scripts/main.js Question #27: -X Question #28: -d Question #29: 301 Question #30: api-dev Question #31: POST Question #32: -H Question #33: v1/auth/new Question #34: GET Question #35: Location
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.