Hi,
I am trying to create a HTTP Post but I always get a reply "400 Bad Request: No Host Header".
I guess I know what it means, but I don't know how to overcome.
I have searched the web very intensively the last days but did not find a hint in that direction.
I know, there are probably 100 parameters you can add to the HTTP-request an only an expert can find out where to put what - bu I am no expert in HTTP - realy not.
So this might help some other people with this as an expample for the HTTP-Request with "POST".
To repeat what I said in GitHub (aside from, please don't cross post questions in both places), the Host header is a fundamental part of an http request. You should not have to set it.
So we'll keep the issue open on GitHub so we can investigate why the header is missing for you.