I try to use the HTTP request and response method, but I get an error
Unable to allow org.apache.commons import
I turned it on httpcore.jar, httpclient.jar, httpmime.jar, but still I get an error.
httpcore.jar, httpclient.jar, httpmime.jar
You have imported versions 4.3+ of the libraries, but try to use the old classes public HTTP (version 3?), That is GetMethod.
GetMethod
HttpClientis in the package org.apache.http.client. New Version GetMethod- HttpGet.
HttpClient
org.apache.http.client
HttpGet
Everything is here .
You can download the jar file from the link below and import into your project
jar
Source: https://habr.com/ru/post/1525811/More articles:Remove Cookie from Web API 2 - c #angular ngRepeat $ index in name attribute - javascriptError loading pdo_mysql in the built-in php server - phpMVC attribute routing - default controller index with GET and POST - c #IPhone simulator is always zero - iosWarn customers about incorrect execution version in application pool - c #API-интерфейсы API-интерфейсов Dapper splitOn param Ошибка - я не использую MultiMapping - c#Custom View EditText for Android and NextFocusDown - androidDownloading a PDF file from Fiddler to the WebAPI method results in 415 unsupported media type - c #How to send a file using Fiddler to WebAPI using C #? - asp.net-web-apiAll Articles