We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If for instance https://solidtestsuite.solidcommunity.net/profile/card contains a triple:
<#me> <http://paymentpointers.org/ns#PaymentPointer> "$example.com"
Then https://solidtestsuite.solidcommunity.net/.well-known/pay Should redirect with a 302 to https://example.com/.well-known/pay
<#me> <http://paymentpointers.org/ns#PaymentPointer> "$example.com/foo/bar"
Then https://solidtestsuite.solidcommunity.net/.well-known/pay Should redirect with a 302 to https://example.com/foo/bar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
One test to add: Vanity Payment Pointer (no slash)
If for instance https://solidtestsuite.solidcommunity.net/profile/card contains a triple:
Then https://solidtestsuite.solidcommunity.net/.well-known/pay
Should redirect with a 302
to https://example.com/.well-known/pay
Another one: Vanity Payment Pointer (with slash)
If for instance https://solidtestsuite.solidcommunity.net/profile/card contains a triple:
Then https://solidtestsuite.solidcommunity.net/.well-known/pay
Should redirect with a 302
to https://example.com/foo/bar
The text was updated successfully, but these errors were encountered: