Apipost is a caveat when using the interface testing tool

Proxy tools and APIPost cannot be used at the same time

The APIPost does not support concurrent use with the proxy tool. The proxy tool cannot be used even after it is closed. It is possible that the proxy tool added a variable http_proxy to the computer’s environment variables. Just open the environment variable and delete http_proxy

2. When the interface sends, the backend uses Application/JSON and transmits form-data

When an interface request is sent using the APIPOST, the response value is null. Check whether the Content-type in the request header is form-data or Application /json.

Change the body pass to Application /json

How to cancel the transfer character in apiPOST parameter

Apipost sends requests with transfer characters. The backend verifies that it cannot carry transfer characters. You can set sending data to Json-enabled in Settings