I am using WSO2 API Manager to publish my WebApi Gateway, which is connected to my REST services. However, when I try to create an Import Open API, the endpoint fails to verify due to an HTTP HEAD request that returns a 404 Not Found error. My Gateway is built using .NET Core 3.1 and the Swagger version is 2.0. I am unsure whether the issue is with WSO2, Swagger, or .NET Core 3.1. Can anyone help me resolve this problem?
Asked
Active
Viewed 61 times
0
-
Maybe it only allows the GET http method and you need to add HEAD as well. – sa-es-ir Jul 10 '23 at 04:43
-
It doesn't call any function, it just checks the endpoint. – Nahid Jul 10 '23 at 05:41
-
Can you share which WSO2 APIM Version you are using? – Athiththan Jul 14 '23 at 10:56