Multiple choice technology security

What parameters does Appscan modify when testing a .net webservice?

  1. POST parameters

  2. SOAP parameters

  3. GET parameters

  4. Cookies

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

.NET web services traditionally use SOAP, where parameters are embedded in the XML SOAP envelope. AppScan modifies these SOAP parameters to inject test payloads, not the HTTP-level GET/POST parameters or cookies.