1043Software EngineeringMedium
Select the output of the statement?
ATransfers all the form data to test.aspx with out HTTP headers
BCalls post method on test.aspx
CNone of the above
DTransfers all the form data to test.aspx with HTTP headers
Correct answer
D. Transfers all the form data to test.aspx with HTTP headers
Explanation
The correct answer is Transfers all the form data to test.aspx with HTTP headers.