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
Init data: env ACAPY_IMAGE_URL: http://localhost/alice-image.jpg (only for example) image: bcgovimages/aries-cloudagent:py36-1.16-1_0.7.1
Request URL: http://192.168.1.106:10000/connections/create-invitation
http://192.168.1.106:10000/connections/create-invitation
{ "handshake_protocols": [ "did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/didexchange/1.0" ], "use_public_did": false }
Response:
You can see that the imageUrl key present in the response
imageUrl
Request URL: http://192.168.1.106:10000/out-of-band/create-invitation
http://192.168.1.106:10000/out-of-band/create-invitation
imageUrl is absend in the response
The text was updated successfully, but these errors were encountered:
Also tested with py36-1.16-1_0.7.4-rc0 and the issue was not solved
py36-1.16-1_0.7.4-rc0
Sorry, something went wrong.
The outofband RFC does not specify an image URL property. It's possible that other agents are adding one as a non-standard extension.
No branches or pull requests
Init data:
env ACAPY_IMAGE_URL: http://localhost/alice-image.jpg (only for example)
image: bcgovimages/aries-cloudagent:py36-1.16-1_0.7.1
Connection invitation
Request URL:
http://192.168.1.106:10000/connections/create-invitation
Response:
You can see that the
imageUrl
key present in the responseOOB invitation:
Request URL:
http://192.168.1.106:10000/out-of-band/create-invitation
Response:
imageUrl
is absend in the responseThe text was updated successfully, but these errors were encountered: