Hello, i need to remove the host and content-length headers from my http client request, but i can't, i've tried assigning empty string and setting as null but it keeps sending the headers.
I'm trying to post info to a api on a service that i need to communicate with via rest, they have an WAF that apparently is blocking my request to get to their api, i'm in contact with them and they requested me to send the request without these headers
@arthurhetem I doubt your request is being blocked due to the presence of ubiquitous headers such as Host and Content-Length. You’re most likely being blocked because your IP address has not been white-listed or similar.