I am trying to send a GET request with a body, but I receive the error: "Request with GET/HEAD method cannot have body." I know that sending a GET request with a body is unusual, but I need to do it because of a legacy requirement. What should I do?
I am trying to send a GET request with a body, but I receive the error: "Request with GET/HEAD method cannot have body."
I know that sending a GET request with a body is unusual, but I need to do it because of a legacy requirement.
What should I do?