Amazon icon indicating copy to clipboard operation
Amazon copied to clipboard

method GetPostContent don´t permit too long uri

Open alexandercamps opened this issue 6 years ago • 0 comments

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.

alexandercamps avatar Nov 05 '19 19:11 alexandercamps