DataScript: avi.http.protocol
DataScript
Function | avi.http.protocol() |
Description | Returns the HTTP protocol of the connection as a string, ‘http’ for plain HTTP or ‘https’ for HTTPS. |
Events | HTTP_REQ HTTP_RESP |
Parameter | None |
Returns | Returns ‘http’ or ‘https’ |
Example | If the HTTP request is not SSL then redirect it to secure HTTPS.
|
Note: This API is not supported in the events SSL_PRECONNECT
, and SSL_CLIENTHELLO
, SSL_HANDSHAKE_DONE
.