Badboy
✅ MAUI on Android - problem with HttpClient Post Method
Hello guys, i am creating this post after more than week of learning and trying to solve it by myself.
I have problem with reaching my WebApi with Post Method. There is no problem with Get Method.
The error i'm getting is: System.ObjectDisposedException: 'Cannot access a closed Stream.'
Which makes literally 0 sense for me. (i dislike that C# took away from us destructors and that may be consequence of it ?)
Here is code
I will add full git project if needed. There is no problem with implementation of Login in API (tested with same code run on Windows and using Postman)
379 replies