You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if somebody explain how to achieve this without * in subscribe claim.
It seems I must provide correct topic name but I don't know it. Things like /.well-known/mercure/subscriptions/{topic}/{subscriber} or https://mercure.rocks/.well-known/mercure/subscriptions/{topic}/{subscriber} not works.
hello
mb somedoby can help me?
i try to get all subscriptions via subscription API
but i always get HTTP/1.1 401 Unauthorized returned for "http://mercure/.well-known/mercure/subscriptions"
my code
$this->httpClient->request('GET', $_ENV['MERCURE_PUBLISH_URL'] . '/subscriptions', [
'headers' => [
'Authorization' => 'Bearer ' . $_ENV['MERCURE_JWT_TOKEN'],
'Content-Type' => 'application/ld+json',
]
])->getContent();
Originally posted by @pppupls in #26 (comment)
The text was updated successfully, but these errors were encountered: