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
I discovered that when a DIDComm message is sent without the DIDComm (V0 or V1) content type, AFJ receives a payload which cannot be parsed as JSON. This leads to an error here: https://github.com/hyperledger/aries-framework-javascript/blob/03cdf397b61253d2eb20694049baf74843b7ed92/packages/node/src/transport/HttpInboundTransport.ts#L45
The result is that the sender receives a 500 error, instead of something like 400 Bad Request or 415 Unsupported Media Type.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I discovered that when a DIDComm message is sent without the DIDComm (V0 or V1) content type, AFJ receives a payload which cannot be parsed as JSON. This leads to an error here: https://github.com/hyperledger/aries-framework-javascript/blob/03cdf397b61253d2eb20694049baf74843b7ed92/packages/node/src/transport/HttpInboundTransport.ts#L45
The result is that the sender receives a 500 error, instead of something like 400 Bad Request or 415 Unsupported Media Type.
The text was updated successfully, but these errors were encountered: