That string is the POST body. So if the server is asking you to pass it data in a GET request body, check again. While it is possible to design a server in this way, it isn’t standard .
Is it possible to make a GET request with a body in flutter?
That string is the POST body. So if the server is asking you to pass it data in a GET request body, check again. While it is possible to design a server in this way, it isn’t standard .