decentralized-identity / universal-resolver

Universal Resolver implementation and drivers.
https://uniresolver.io/
Apache License 2.0
548 stars 240 forks source link

Error when resolving certain DIDs #416

Open fabianekc opened 5 months ago

fabianekc commented 5 months ago

when resolving DIDs from the example list some throw a 400 Error

To me, it seems there is an error in the front end. Here the links to query the backend for those DIDs:

peacekeeper commented 5 months ago

This has something to do with the %40 encoded character, which the Universal Resolver (or the Jetty webserver) doesn't like. We'll take a closer look, but it could take a while :(