Server response on Swagger UI is empty

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?

enter image description here

+1
source share
1 answer

I have the same problem and this seems like a mistake.

, , ( ). - Google, .

0

Source: https://habr.com/ru/post/1678267/


All Articles