I have a REST API that integrates with the Swagger user interface. However, when I try to execute a request from the Swagger user interface, the interface shows me only the curl command, but does not respond to server requests. The curl command returns the expected response at startup from the command line, but nothing is displayed in the user interface itself.
What can I do to solve this problem?

source
share