Multiple choice technology web technology A get request gets information from a client. A post request posts data to a client? True False Not always None of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation HTTP GET and POST are defined from the client's perspective. GET requests data FROM a server, POST sends data TO a server. The statement reverses this - it claims GET gets from a client (wrong) and POST posts to a client (wrong).