Garret Yoder
02/05/2024, 7:15 PMAleksei Tirman [JB]
02/06/2024, 6:57 AMHttpMessageBuilder.cookie
method is just an abstraction above the headers.append(HttpHeaders.Cookie, renderedCookie)
. You can determine the difference by reading request logs or analyzing the HTTP traffic.