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 we pass the wrong value in any parameter of API "api/Account/2fa/verify" we get the below exception error :
Exception: ClientException: Content size below specified contentLength. 0 bytes written but expected 65.,
API EndPoint: api/Account/2fa/verify
Parameters with wrong values: {"userId":"8c2a1415-4b1c-4a08-bd23-bdd3741192d8","code":"125342"}
here in code if we pass wrong values getting the above error.
The text was updated successfully, but these errors were encountered:
CodingAleCR
No branches or pull requests
When we pass the wrong value in any parameter of API "api/Account/2fa/verify" we get the below exception error :
Exception:
ClientException: Content size below specified contentLength. 0 bytes written but expected 65.,
API EndPoint:
api/Account/2fa/verify
Parameters with wrong values:
{"userId":"8c2a1415-4b1c-4a08-bd23-bdd3741192d8","code":"125342"}
here in code if we pass wrong values getting the above error.
The text was updated successfully, but these errors were encountered: