Catalog108 / challenges / api/auth/bearer-static
Static bearer token
What this challenge teaches
Teaches: Send Authorization: Bearer <token>, the token is fixed and printed below.
Expected output: Token: practice-bearer-108. Hit ?json=1 with Authorization header.
Submit your scraper's JSON output to /challenges/api/auth/bearer-static/grade
(grader endpoint is part of a later phase; URL is reserved now).
Token: practice-bearer-108
No bearer header on this request. Hit
?json=1 with the Authorization header for the protected JSON.curl -H "Authorization: Bearer practice-bearer-108" \
"https://practice.scrapingcentral.com/challenges/api/auth/bearer-static?json=1"