Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
method GetPostContent don´t permit too long uri
There is limitation in class FormUrlEncodedContent about length information sended, in a post HTTP request. In my case I make a post sending ~200 Kb, but the class FormUrlEncodedContent don´t allowed. So I needed change method GetPostContent , changing the class FormUrlEncodedContent by StringContent and created the request on POST Uri protocol.
- Loading branch information