I have been running on the latest-10 docker image for a while and finally decided to upgrade to 14. When i did a http request flow that i had setup broke. It does a makes a POST request first and captures the response cookies then follows up with a GET where i parse out some information. The issue seems to be in the POST, i'm getting a undefined back for the msg.responseCookies. If i roll back to node 10 everything works perfect.
Does anyone have any ideas as to what could be going on? Below is the code with my credentials redacted.
[{"id":"6292aa1.62ac554","type":"debug","z":"da556b4c.191f68","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"responseUrl","targetType":"msg","statusVal":"","statusType":"auto","x":1300,"y":1520,"wires":[]},{"id":"dbdf01ae.12f148","type":"inject","z":"da556b4c.191f68","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":1340,"wires":[["7ff0754d.65e44c"]]},{"id":"c601a809.c84928","type":"debug","z":"da556b4c.191f68","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"responseCookies","targetType":"msg","statusVal":"","statusType":"auto","x":660,"y":1280,"wires":[]},{"id":"7ff0754d.65e44c","type":"function","z":"da556b4c.191f68","name":"","func":"msg.headers = \n{ \"Host\" : \"myfirestar.com\",\n\"User-Agent\" : \"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0\",\n\"Accept\" : \"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8\",\n\"Accept-Language\" : \"en-US,en;q=0.5\",\n\"Accept-Encoding\" : \"gzip, deflate, br\",\n\"Content-Type\" : \"application/x-www-form-urlencoded\",\n\"Content-Length\" : \"53\",\n\"Origin\" : \"https://myfirestar.com\",\n\"DNT\" : \"1\",\n\"Connection\" : \"keep-alive\",\n\"Referer\" : \"https://myfirestar.com/Account/LogOn?ReturnUrl=%2fHome%2fDashboard\",\n\"Cookie\" : \"ASP.NET_SessionId=cmk5cccdn5sezxwlmzn2cew3\",\n\"Upgrade-Insecure-Requests\" : \"1\",\n\"Sec-Fetch-Dest\" : \"document\",\n\"Sec-Fetch-Mode\" : \"navigate\",\n\"Sec-Fetch-Site\" : \"same-origin\",\n\"Sec-Fetch-User\" : \"?1\"}\nmsg.payload = {\n\"UserName\":\"private\",\n\"Password\":\"private\",\n\"RememberMe\":\"false\"\n};\nreturn msg;\n","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":320,"y":1340,"wires":[["b5811490.60a988"]]},{"id":"b5811490.60a988","type":"http request","z":"da556b4c.191f68","name":"login","method":"POST","ret":"txt","paytoqs":"ignore","url":"https://myfirestar.com/Account/LogOn","tls":"","persist":false,"proxy":"","authType":"","x":490,"y":1340,"wires":[["c601a809.c84928","185697f9.20c0d8","1e4259f8.3df63e"]]},{"id":"1e4259f8.3df63e","type":"function","z":"da556b4c.191f68","name":"","func":"msg.headers = {\n\"Host\": \"myfirestar.com\",\n\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0\",\n\"Accept\": \"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8\",\n\"Accept-Language\": \"en-US,en;q=0.5\",\n\"Accept-Encoding\": \"gzip, deflate, br\",\n\"DNT\": \"1\",\n\"Connection\": \"keep-alive\",\n\"Referer\": \"https://myfirestar.com/Home/Dashboard\",\n\"Upgrade-Insecure-Requests\": \"1\",\n\"Sec-Fetch-Dest\": \"document\",\n\"Sec-Fetch-Mode\": \"navigate\",\n\"Sec-Fetch-Site\": \"same-origin\",\n\"Sec-Fetch-User\": \"?1\"\n};\nmsg.cookies = msg.responseCookies;\nreturn msg;\n","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":985.3333129882812,"y":1340.3333435058594,"wires":[["6d7ac95.63aa838","1daafc02.437af4"]]},{"id":"1daafc02.437af4","type":"http request","z":"da556b4c.191f68","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"https://myfirestar.com/Home/Chart/GX731124","tls":"","persist":false,"proxy":"","authType":"","x":1200,"y":1340,"wires":[["6292aa1.62ac554","e680b47a.3d3f88","a36b829a.20561","357bf00e.7e5d68","e07edfcb.53d7c8","19c996b9.523421","2f29ba66.799e0e","c29ef54c.c59cf","d803e44d.979b1","bc23c9ed.c3dbf","393f9b29.24d934"]]},{"id":"6d7ac95.63aa838","type":"debug","z":"da556b4c.191f68","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"cookies","targetType":"msg","statusVal":"","statusType":"auto","x":1140,"y":1400,"wires":[]},{"id":"e680b47a.3d3f88","type":"debug","z":"da556b4c.191f68","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":1280,"y":1560,"wires":[]},{"id":"a36b829a.20561","type":"debug","z":"da556b4c.191f68","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"cookies","targetType":"msg","statusVal":"","statusType":"auto","x":1280,"y":1480,"wires":[]},{"id":"185697f9.20c0d8","type":"debug","z":"da556b4c.191f68","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":630,"y":1240,"wires":[]},{"id":"357bf00e.7e5d68","type":"html","z":"da556b4c.191f68","name":"html - temperature","property":"payload","outproperty":"payload","tag":"#log-table > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(5) > .fahrenheit","ret":"text","as":"single","x":1660,"y":1220,"wires":[[]]},{"id":"e07edfcb.53d7c8","type":"html","z":"da556b4c.191f68","name":"html - reaction","property":"payload","outproperty":"payload","tag":"#log-table > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(6) > span","ret":"text","as":"single","x":1650,"y":1280,"wires":[[]]},{"id":"19c996b9.523421","type":"html","z":"da556b4c.191f68","name":"html - last update","property":"payload","outproperty":"payload","tag":"#log-table > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(1)","ret":"text","as":"single","x":1660,"y":1340,"wires":[[]]},{"id":"2f29ba66.799e0e","type":"html","z":"da556b4c.191f68","name":"html - status","property":"payload","outproperty":"payload","tag":"#log-table > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(2)","ret":"text","as":"single","x":1640,"y":1400,"wires":[[]]},{"id":"c29ef54c.c59cf","type":"html","z":"da556b4c.191f68","name":"html - mode","property":"payload","outproperty":"payload","tag":"#log-table > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(3)","ret":"text","as":"single","x":1640,"y":1460,"wires":[[]]},{"id":"d803e44d.979b1","type":"html","z":"da556b4c.191f68","name":"html - fan","property":"payload","outproperty":"payload","tag":"#log-table > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(4)","ret":"text","as":"single","x":1630,"y":1520,"wires":[[]]},{"id":"bc23c9ed.c3dbf","type":"html","z":"da556b4c.191f68","name":"html - first fault","property":"payload","outproperty":"payload","tag":"#log-table > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(8) > span:nth-child(1)","ret":"text","as":"single","x":1650,"y":1580,"wires":[[]]},{"id":"393f9b29.24d934","type":"html","z":"da556b4c.191f68","name":"html - second fault","property":"payload","outproperty":"payload","tag":"#log-table > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(8) > span:nth-child(2)","ret":"text","as":"single","x":1660,"y":1640,"wires":[[]]}]