I'm trying to use the new automated install flow with the answer served on HTTP, but my server (node-red) is unable to parse the request coming from the installer. Looking at the traffic it appears the POST is coming with a
Is there something additional with like system locales I need to do when prepping the install iso to change the charset being sent?
Content-Type
header including charset=utf-
. Nodered errors before serving the request, logging that it's an unsupported charset and as far as I can tell it's just invalid. Is there something additional with like system locales I need to do when prepping the install iso to change the charset being sent?