Skip to content

Out of band as an URI fragment #443

@FabioPinheiro

Description

@FabioPinheiro

Currently in the specs, the out-of-band messages are defined as a URI query parameter:

The _oob query parameter is required and is reserved to contain the DIDComm message string.

https://<domain>/<path>?_oob=<encodedplaintextjwm>

But would be great if we could define out-of-band messages using URI fragments.
Minor change in the way that we specify that _oob. We are talking about HTTP links.

https://<domain>/<path>#_oob=<encodedplaintextjwm>

Would be awesome if everyone support that both ways. If an application (DID Comm capable) is scanning a QRcode that is an out-of-band message they should look in the URL query parameter and then look in the URI fragments.
I think would be a great improvement for web apps and single-page applications.

Metadata

Metadata

Assignees

No one assigned

    Labels

    newminorversionThis would require a new minor version update

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions