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 invoking a websocket API in the API-Manager, APIM is returning 401 response if we do not provide the access token.
wscat -n -c wss://localhost:8099/test/1 error: Unexpected server response: 401
However if we define the access_token param in the wscat as URL parameter, we are getting different error without returning the 401.
wscat -n -c wss://localhost:8099/test/1?access_token= error: socket hang up
Ideally with the access_token parameter also, it should return the 401 error response since no access token is provided
Create a sample websocket API. Invoke it using the access_token parameter.
v3.2.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
When invoking a websocket API in the API-Manager, APIM is returning 401 response if we do not provide the access token.
However if we define the access_token param in the wscat as URL parameter, we are getting different error without returning the 401.
Ideally with the access_token parameter also, it should return the 401 error response since no access token is provided
Steps to reproduce:
Create a sample websocket API.
Invoke it using the access_token parameter.
Affected Product Version:
v3.2.0
The text was updated successfully, but these errors were encountered: