dio icon indicating copy to clipboard operation
dio copied to clipboard

Dio doesn't send request body when using GET method

Open xmine64 opened this issue 1 year ago • 0 comments

New Issue Checklist

  • [x] I have searched for a similar issue in the project and found none

Issue Info

I know it's not standard to send body when using GET method, but still it's possible to do that, but it's not working when using Dio.

I used a simple http server that prints request body, to confirm that it works with dart:io:

Screenshot

image

xmine64 avatar Jul 26 '22 08:07 xmine64