Saturday, 18 June 2022

F5 : OneConnect Transformation

 =======================

Quick Understanding !!
=======================
How it Works
=======================
Suppose any HTTP connection needs to be closed as connection is not in use
=======================
So Client send HTTP/1.0 request with header, “Connection:Close”
=======================
But we want to utilize this same connection for other HTTP connection
=======================
So OneConnect Transformation comes into picture
=======================
This feature transforms header from “Connection:Close” to “Connection:Keep-Alive”
=======================
So connection forcefully remains in open state

No comments:

Post a Comment

🔥 The Hidden Risk of “Wide Open” Internal Policies — And How To Remove Them Safely

In one of my recent projects, I noticed a wide open internal traffic policy in place. Later, I was asked to work on this issue and remove th...