Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API invocation with "/services/Version" appended to the context, returning API Manager's Version #2313

Closed
Manasha11 opened this issue Dec 8, 2023 · 0 comments · Fixed by wso2/wso2-axis2#282 or wso2/product-apim#13330

Comments

@Manasha11
Copy link

Description

When "/services/Version" is added after the actual API Invocation URL, API Manager's Version is getting displayed.

The expectation is to return an HTTP 404 error if the endpoint does not have the "/services/Version" path available.

Steps to Reproduce

Actual API Invocation URL: https://localhost:8243/pizzashack/1.0.0/menu

Executing https://localhost:8243/pizzashack/1.0.0/menu/services/Version results in the following response.

<ns:getVersionResponse xmlns:ns="http://version.services.core.carbon.wso2.org">
<return>WSO2 API Manager-3.2.0</return>
</ns:getVersionResponse>

Affected Component

APIM

Version

3.2.0

Environment Details (with versions)

No response

Relevant Log Output

No response

Related Issues

No response

Suggested Labels

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants