universal-resolver icon indicating copy to clipboard operation
universal-resolver copied to clipboard

Error when resolving certain DIDs

Open fabianekc opened this issue 2 months ago • 1 comments

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

  • working DID: https://dev.uniresolver.io/#did:oyd:zQmaBZTghndXTgxNwfbdpVLWdFf6faYE4oeuN2zzXdQt1kh
  • DID with Error: https://dev.uniresolver.io/#did:oyd:zQmNauTUUdkpi5TcrTZ2524SKM8dJAzuuw4xfW13iHrtY1W%40did2.data-container.net

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

  • https://oydid-resolver.data-container.net/1.0/identifiers/did:oyd:zQmaBZTghndXTgxNwfbdpVLWdFf6faYE4oeuN2zzXdQt1kh
  • https://oydid-resolver.data-container.net/1.0/identifiers/did:oyd:zQmNauTUUdkpi5TcrTZ2524SKM8dJAzuuw4xfW13iHrtY1W%40did2.data-container.net

fabianekc avatar Apr 22 '24 11:04 fabianekc

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 :(

peacekeeper avatar Apr 22 '24 16:04 peacekeeper