Questions Related to security

Multiple choice technology security
  1. It does not matter, the web serve will treat all GET requests as POST requests

  2. The information in a POST request cannot be manipulated. It is possible to change a GET request

  3. A GET request is sent when requesting information; A POST request is sent when sending information

  4. The data is sent in the body of the POST request and in the URL in a GET request

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology security
  1. An administrative interface to an application

  2. When two users access each other's information

  3. A loop hole within an application that allows users to bypass the standard security flow by way of a secret token or identifier

  4. The connection between the application and the database

Reveal answer Fill a bubble to check yourself
C Correct answer