You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have noticed during some api test that we keep getting login failures due to the APIML. We believe its a timing issue but its happening frequently. We keep getting the following errors:
"ZWEAG121E - Authorization header is missing, or the request body is missing or invalid for URL '/gateway/api/v1/auth/login'"
"Authentication credentials not found"
Steps to Reproduce
To reproduce this issue we have created a python script that just loops and sends a post request to the following url path '/gateway/api/v1/auth/login'. We noticed that if you increase the wait before the request this issue goes away so it seems to be a timing issue.
The text was updated successfully, but these errors were encountered:
We have noticed during some api test that we keep getting login failures due to the APIML. We believe its a timing issue but its happening frequently. We keep getting the following errors:
"ZWEAG121E - Authorization header is missing, or the request body is missing or invalid for URL '/gateway/api/v1/auth/login'"
"Authentication credentials not found"
Steps to Reproduce
To reproduce this issue we have created a python script that just loops and sends a post request to the following url path '/gateway/api/v1/auth/login'. We noticed that if you increase the wait before the request this issue goes away so it seems to be a timing issue.
The text was updated successfully, but these errors were encountered: