Replies: 1 comment 1 reply
-
|
To validate, the server performs a fetch request to read the WebID. Since you mention Docker, I wonder if this URL does dereference from outside of the server, but perhaps not from the point of view of the server itself? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am hosting CSS 7.1.8 using Podman with an edited version of the Docker image. I am able to navigate to the URL and create a login and pod, and all the links are GETable by default. However when I try to POST or PUT to any resources, including the ones I own by default, I receive a 401 error with the WebIdDereferencingError from the DPopWebIdExtractor which says it expects a dereferenceable resource. I am running the server behind an nginx reverse proxy, and am able to start the server as said above and navigate to the correct uri. When I also get the DPoP Header and access tokens, I verify them with JWT.io. Now I am thoroughly confused and was wondering if anyone ran into a similar issue or had a different idea? For what it's worth: The domain is similar to https://axtest01.myserver.arc.net/gaz/profile/card#me. Is there anything I should be changing with resolving uris?
Beta Was this translation helpful? Give feedback.
All reactions