C#C
C#10mo ago
Ellopis

Configure Swagger UI through docker?

The curl Swagger is doing is:
curl -X 'GET' \
  'http://[::]:8080/WeatherForecast' \
  -H 'accept: text/plain'
Which is giving the fail:
Failed to fetch.
Possible Reasons:

CORS
Network Failure
URL scheme must be "http" or "https" for CORS request.

I'm using the default template + swaggerUI.

I tried ScalarUI with the same results
Was this page helpful?