wso2 / product-apim

Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
845 stars 785 forks source link

Wrong port in the curl cmd and Request URL #7916

Open vanjikumaran opened 4 years ago

vanjikumaran commented 4 years ago

Description:

I was testing WSO2 APIM 3.0.0 and found a strange UI Bug;  In DevPortal -> Tryout section of the API, there is an option to choose a scheme. When HTTP has chosen the expectation is to have 8280 as the port number in the curl and Request URL. However, it is reflecting as 8243. This needs to fix as soon as possible. As a first time users or evaluators, most of the devs start on a tryout.

Steps to reproduce:

Screen Shot 2020-04-15 at 3 02 02 PM

Screen Shot 2020-04-15 at 2 57 02 PM

Affected Product Version:

APIM 3.0.0

Environment details (with versions):

vanjikumaran commented 4 years ago

This still exists in the APIM 3.0 and 3.1

isharac commented 4 years ago

@vanjikumaran We have fixed simillar issue for OAS 3.0 We cannot fix this for swagger 2.0 due to it's limitation as stated in [1].

Did you get the issue for swagger 2.0?