In this video, Mykhailo Vlakh covers the enhancements done in service connectors, as given below
• Max Redirects: Specify the maximum number of endpoints to which a service connector can redirect.
Previously, there was no limit to the number of redirects that a service connector could make. This could lead to the service connector performing an infinite loop of redirects.
• Preemptive Auth: Send authentication details along with a request to an endpoint. This enhancement reduces the number of exchanges between a service connector and an endpoint.
Previously, the service connector would send authentication details to an endpoint only after the endpoint requested authentication.