async-http-client
async-http-client copied to clipboard
Different results for the same request on mac OS and Linux
As the question I directly use the code in the example (async/await way) to make a network request, and get the data normally on liunx, but when running on macOS the response body is empty, status: 400 Bad Request, may I ask how to solve this problem?
Can you provide some more details? Do you have any example code we might be able to see, or even better run?