It is very similar to the C # Expect Continue problem described here, HTTP POST Returns error: 417 "Wait error", etc., I received a "Wait error", an error from the server from which I tried to install POST, with the HttpPost object in Android .
An equivalent fix to prevent the use of the “wait for continuation” request is as follows:
httpPostInstance.getParams().setParameter( CoreProtocolPNames.USE_EXPECT_CONTINUE, Boolean.FALSE);
I found this at http://hc.apache.org/httpcomponents-client-ga/tutorial/html/fundamentals.html in section 1.6.1.
Source: https://habr.com/ru/post/1342579/More articles:NO javadoc style comment in CDT? - cIn jQuery, how to determine the specified string when the user prints it? - javascriptIs there a standard way to add “copy and paste” Javascript code to a Django project? - javascriptHow can I use JSP to create content pages with a non-JSP extension? - javajQuery: gt () inclusive - jqueryHow to draw unique shortcuts on overlayitem mapview in android - androidEntity Framework Lazy Download in .NET 3.5 - c #option (maxrecursion 0) SQL Server - sql-serverHow to set process priority in C ++ - c ++what does the assert keyword mean in java? - javaAll Articles