-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
pending-closeIssue will be closed shortly if no objectionsIssue will be closed shortly if no objections
Description
The current binding for DID resolution uses HTTP GET method. This has a drawback:
- There is a maximum character limit for URLs which, while it varies, it is possible there will be issues with URLs that are longer that 4000 characters long due to issues with servers and firewalls trying to protect them from CVEs. DIDs are sometimes quite long and it would be nice that HTTPS resolvers are made safer for longer DIDs. For example see https://nvd.nist.gov/vuln/detail/CVE-2017-1000100
and https://stackoverflow.com/questions/6304397/long-urls-with-more-than-4095-characters-in-php
Please consider adding in an alternative HTTPS binding to use POST
Metadata
Metadata
Assignees
Labels
pending-closeIssue will be closed shortly if no objectionsIssue will be closed shortly if no objections