We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Actual API Invocation URL: https://localhost:8243/pizzashack/1.0.0/menu
https://localhost:8243/pizzashack/1.0.0/menu
Executing https://localhost:8243/pizzashack/1.0.0/menu/services/Version results in the following response.
https://localhost:8243/pizzashack/1.0.0/menu/services/Version
<ns:getVersionResponse xmlns:ns="http://version.services.core.carbon.wso2.org"> <return>WSO2 API Manager-3.2.0</return> </ns:getVersionResponse>
APIM
3.2.0
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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.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
The text was updated successfully, but these errors were encountered: