Multiple choice technology web technology

Which one of the following happens FIRST when data is sent to the webMethods Integration Server using HTTP POST?

  1. An IData pipeline object is instantiated

  2. A content-handler is invoked

  3. A session is created

  4. The client posting the data is authenticated

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

When HTTP POST data arrives at webMethods Integration Server, authentication (if configured) typically happens first to establish who is making the request. Only after authentication does the server create a session, invoke content handlers, or instantiate pipeline objects.