HTTP/2 Server Agent
The HTTP/2 Server agent enables you to configure an HTTP server in a real-time workflow. The agent receives requests, converts them into UDRs routed into the workflow, and then sends responses back over a TCP/IP connection.
The agent can be used for both HTTP/1 and HTTP/2.
Note!
The HTTP/2 Server agent no longer supports the HTTP TRACE and TRACK methods. Requests that use these methods are blocked and will result in an HTTP 403 (Forbidden) response, as they have been disabled for security reasons.
Prerequisites
The reader of this information should be familiar with:
Hypertext Transfer Protocol version 2 (RFC 7540: https://tools.ietf.org/html/rfc7540)
Hypertext Transfer Protocol version 1.1 (RFC 2616: http://www.ietf.org/rfc/rfc2616.txt)
The Transport Layer Security (TLS) Protocol version 1.2 (RFC 5246: https://www.ietf.org/rfc/rfc5246.txt)
This section contains the following subsections: