Hello Timofey,
No. If I make a HTTP request to some site it could return Set-cookie header in response. So to make a following request I need to pass received cookies.
One site returns 2 lines of Set-cookie headers (I could see it with debugging proxy, in my post above) but 1C:Enterprise merges these string into one with the comma between two parts, not semicolon.
I do not know if modern version of platform still have this behavior, but as of 8.3.6. it does.I would suggest to replace comma with semicolon inside the platform.
p.s. It seems like one Set-cookie is from Java and another one from load balancer, so it could be common.