I am doing android, looking for a way to do a super basic http GET/POST request. I keep getting an error:
java.lang.IllegalArgumentException: Unable to creat
thought it might be late to answer just use response.body()?.string() and you'll have your response as a string.
response.body()?.string()