Playground reference
Lookup tables for the route. If this is your first visit, start here.
All playground screens use the login playground / test. Everyone shares that account, so don't enter real data.
URLs
| Component | URL |
|---|---|
| Alice's Dataspace Starter | alice.playground.dataspac.es |
| Bob's Dataspace Starter | bob.playground.dataspac.es |
| Charlie's Dataspace Starter | charlie.playground.dataspac.es |
| Authority Wallet | playground.dataspac.es/wallet |
| Participants Wallet (tenant per company) | participants.playground.dataspac.es/wallet |
| Participants Control Plane (tenant per company) | participants.playground.dataspac.es/control-plane |
| Alice's HTTP Data Plane | participants.playground.dataspac.es/alice-http-data-plane |
| Bob's HTTP Data Plane | participants.playground.dataspac.es/bob-http-data-plane |
| Charlie's HTTP Data Plane | participants.playground.dataspac.es/charlie-http-data-plane |
Alice, Bob and Charlie are tenants on one shared Wallet and Control Plane. Switch company in the profile menu in the top right. Each company runs its own HTTP Data Plane.
Datasets
| Dataset | Offered by | Access |
|---|---|---|
| Alice HTTPBin | Alice | Any member |
| Charlie HTTPBin | Charlie | Any member |
| Bob Research HTTPBin | Bob | Requires a PlaygroundResearchCredential (only Charlie) |
All datasets are HTTPBin, a service that echoes requests back:
| Endpoint | Returns |
|---|---|
/anything | The full request |
/get, /post, /put, /delete | Request data for that method |
/headers | Request headers |
/ip | Your origin IP |
/user-agent | The user-agent string |
/status/{code} | The given HTTP status code |
Troubleshooting
| Problem | Fix |
|---|---|
| Cannot log in | Use playground / test, all lowercase. Clear cookies or try another browser. |
| Could not negotiate a transfer on Bob Research HTTPBin | Expected unless you are Charlie. See Bob's research dataset. |
| Could not negotiate a transfer on another dataset | Retry after a moment. |
| Request returns an error | Start the path with / and match the method to the endpoint (GET for /get). HTTPBin may also be briefly down. |
| Page does not load | Check the subdomain. The playground may be in maintenance. |