With the same logic in both 5.03 and 5.1 the Set-Cookie response header from a http request is not working the same.
picture of the same backend and blueprint logic in 5.03 and 5.1 with different results,
as you see the 5.03 client is on the left and has a cookie the 5.1 client does not
from the response object this appears to not be setting the cookie, it has the same response in 5.03 and 5.1 but console.log the req object there is only cookie in 5.03 (above screenshot)
Anyone have any idea why this would be the case or it is a engine bug? I have tried a few different http request plugins with same result.