• WebFinger endpoint is not accessible I have spent hours trying to get this to work, I have spent hours and a few days reading every posted solution, I have debugged and got no errors, I have verified every permission every security setting, nothing makes this work,

    curl -X GET “https://2ndshot.photos/.well-known/webfi
    nger?resource=acct:[email protected]
    {“code”:”rest_cannot_access”,”message”:”DRA: Only authenticated users can access the REST API.”,”dat
    a”:{“status”:401}}

    If I allow access to REST API,

    curl -X GET “https://2ndshot.photos
    /.well-known/webfinger?resource=acct:[email protected]
    {“code”:”rest_missing_callback_param”,”message”:”Missing parameter(s): resource”,”data”:{“status”:40
    0,”params”:[“resource”]}}

    What is going on? Because everything that has been already published and discussed to make this work has failed.

    The page I need help with: https://2ndshot.photos

    The page I need help with: [log in to see the link]

  • You must be logged in to reply to this topic.