Question: 9) if the server wanted to indicate an error occured during the processing of a request, what status code would be used and where would
9) if the server wanted to indicate an error occured during the processing of a request, what status code would be used and where would it be found?
A a code < 400="" in="" the="" first="" line="" fo="" the="" response="">
B a code < 400="" in="" the="" status="" field="" of="" the="">
C a code >=400 in the first line of the response header
D a code of >=400 in the status field of the response
10) what is a form action used for?
A to select the javascript callback that should be used to process the form
B to select if the form should be submitted via GET or POST
C to determine if the form should be sent via JSON or URL encoded
D to specify the URL the content of the form should be sent to
Step by Step Solution
3.46 Rating (166 Votes )
There are 3 Steps involved in it
QUESTION 9 A a code 400 in the first line of the response A 400 ... View full answer
Get step-by-step solutions from verified subject matter experts
