|
Steps
|
Outcome |
|
|
|
POST http://localhost:38083/wordle/api/auth/register
Response
URL: http://localhost:38083/wordle/api/auth/register
Status code: 201
Content Type: application/json
Request Headers
Accept=*/* Content-Type=application/json
Content Body
{ "id": null, "username": "jamel.renner", "password": "jfsa9485", "email": "facv33@gmail.com", "role": "ROLE_PLAYER", "country": "GB", "receiveUpdates": false }
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: text/plain;charset=UTF-8 Content-Length: 12 Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
jamel.renner
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/auth/login
Response
URL: http://localhost:38083/wordle/api/auth/login
Status code: 200
Content Type: application/json
Request Headers
Accept=*/* Content-Type=application/json
Content Body
{ "username": "jamel.renner", "password": "jfsa9485" }
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
{ "accessToken": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ" }
|
SUCCESS |
002ms |
|
Create a new game with the word BLAND
|
SUCCESS |
012ms |
|
|
SUCCESS |
108ms |
|
POST http://localhost:38083/wordle/api/game/39/word
Response
URL: http://localhost:38083/wordle/api/game/39/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
BEAST
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GREEN", "GRAY", "GREEN", "GRAY", "GRAY" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/39/word
Response
URL: http://localhost:38083/wordle/api/game/39/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
BRAIN
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GREEN", "GRAY", "GREEN", "GRAY", "GRAY" ], [ "GREEN", "GRAY", "GREEN", "GRAY", "YELLOW" ] ]
|
SUCCESS |
005ms |
|
POST http://localhost:38083/wordle/api/game/39/word
Response
URL: http://localhost:38083/wordle/api/game/39/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
BLAND
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GREEN", "GRAY", "GREEN", "GRAY", "GRAY" ], [ "GREEN", "GRAY", "GREEN", "GRAY", "YELLOW" ], [ "GREEN", "GREEN", "GREEN", "GREEN", "GREEN" ] ]
|
SUCCESS |
002ms |
|
|
Create a new game with the word QUEST
|
SUCCESS |
023ms |
|
|
SUCCESS |
075ms |
|
POST http://localhost:38083/wordle/api/game/43/word
Response
URL: http://localhost:38083/wordle/api/game/43/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
CLEAN
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "GREEN", "GRAY", "GRAY" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/43/word
Response
URL: http://localhost:38083/wordle/api/game/43/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
CLEAR
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "GREEN", "GRAY", "GRAY" ], [ "GRAY", "GRAY", "GREEN", "GRAY", "GRAY" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/43/word
Response
URL: http://localhost:38083/wordle/api/game/43/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
QUEEN
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "GREEN", "GRAY", "GRAY" ], [ "GRAY", "GRAY", "GREEN", "GRAY", "GRAY" ], [ "GREEN", "GREEN", "GREEN", "GRAY", "GRAY" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/43/word
Response
URL: http://localhost:38083/wordle/api/game/43/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
QUEST
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "GREEN", "GRAY", "GRAY" ], [ "GRAY", "GRAY", "GREEN", "GRAY", "GRAY" ], [ "GREEN", "GREEN", "GREEN", "GRAY", "GRAY" ], [ "GREEN", "GREEN", "GREEN", "GREEN", "GREEN" ] ]
|
SUCCESS |
002ms |
|
|
Create a new game with the word BEAST
|
SUCCESS |
012ms |
|
|
SUCCESS |
074ms |
|
POST http://localhost:38083/wordle/api/game/44/word
Response
URL: http://localhost:38083/wordle/api/game/44/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
CLEAN
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ] ]
|
SUCCESS |
001ms |
|
POST http://localhost:38083/wordle/api/game/44/word
Response
URL: http://localhost:38083/wordle/api/game/44/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
CLEAR
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ], [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/44/word
Response
URL: http://localhost:38083/wordle/api/game/44/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
QUEEN
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ], [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ], [ "GRAY", "GRAY", "YELLOW", "GRAY", "GRAY" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/44/word
Response
URL: http://localhost:38083/wordle/api/game/44/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
BEAST
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ], [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ], [ "GRAY", "GRAY", "YELLOW", "GRAY", "GRAY" ], [ "GREEN", "GREEN", "GREEN", "GREEN", "GREEN" ] ]
|
SUCCESS |
001ms |
|
|
Create a new game with the word BEAST
|
SUCCESS |
014ms |
|
|
SUCCESS |
108ms |
|
POST http://localhost:38083/wordle/api/game/45/word
Response
URL: http://localhost:38083/wordle/api/game/45/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
CLEAN
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/45/word
Response
URL: http://localhost:38083/wordle/api/game/45/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
QUEEN
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ], [ "GRAY", "GRAY", "YELLOW", "GRAY", "GRAY" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/45/word
Response
URL: http://localhost:38083/wordle/api/game/45/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
QUEST
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ], [ "GRAY", "GRAY", "YELLOW", "GRAY", "GRAY" ], [ "GRAY", "GRAY", "YELLOW", "GREEN", "GREEN" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/45/word
Response
URL: http://localhost:38083/wordle/api/game/45/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
CRONE
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ], [ "GRAY", "GRAY", "YELLOW", "GRAY", "GRAY" ], [ "GRAY", "GRAY", "YELLOW", "GREEN", "GREEN" ], [ "GRAY", "GRAY", "GRAY", "GRAY", "YELLOW" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/45/word
Response
URL: http://localhost:38083/wordle/api/game/45/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
CREST
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ], [ "GRAY", "GRAY", "YELLOW", "GRAY", "GRAY" ], [ "GRAY", "GRAY", "YELLOW", "GREEN", "GREEN" ], [ "GRAY", "GRAY", "GRAY", "GRAY", "YELLOW" ], [ "GRAY", "GRAY", "YELLOW", "GREEN", "GREEN" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/45/word
Response
URL: http://localhost:38083/wordle/api/game/45/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/* Content-Type=text/plain; charset=ISO-8859-1
Content Body
CROWN
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ], [ "GRAY", "GRAY", "YELLOW", "GRAY", "GRAY" ], [ "GRAY", "GRAY", "YELLOW", "GREEN", "GREEN" ], [ "GRAY", "GRAY", "GRAY", "GRAY", "YELLOW" ], [ "GRAY", "GRAY", "YELLOW", "GREEN", "GREEN" ], [ "GRAY", "GRAY", "GRAY", "GRAY", "GRAY" ] ]
|
SUCCESS |
002ms |
|
|
GET http://localhost:38083/wordle/api/game/leaderboard
Response
URL: http://localhost:38083/wordle/api/game/leaderboard
Status code: 200
Content Type: null
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqYW1lbC5yZW5uZXIiLCJpYXQiOjE3MTAyMjc2NzEsImV4cCI6MTcxMDMxNDA3MX0.NWs07l87sUV_pBhCHBl7PPdhq8H2fRGGM1Ggr5vdZYQ Accept=*/*
Response Headers
Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-Content-Type-Options: nosniff X-XSS-Protection: 0 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-Frame-Options: DENY Content-Type: application/json Transfer-Encoding: chunked Date: Tue, 12 Mar 2024 07:14:31 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ { "name": "madlyn.homenick", "countryName": "United Kingdom", "totalTries": 1, "successRate": 100 }, { "name": "ha.murazik", "countryName": "United Kingdom", "totalTries": 1, "successRate": 100 }, { "name": "abraham.weissnat", "countryName": "United Kingdom", "totalTries": 1, "successRate": 100 }, { "name": "lajuana.batz", "countryName": "United Kingdom", "totalTries": 1, "successRate": 100 }, { "name": "ellamae.block", "countryName": "United Kingdom", "totalTries": 4, "successRate": 75 }, { "name": "jamel.renner", "countryName": "United Kingdom", "totalTries": 4, "successRate": 75 }, { "name": "candance.keeling", "countryName": "United Kingdom", "totalTries": 3, "successRate": 67 }, { "name": "rodolfo.nikolaus", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "elena.durgan", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "jame.dietrich", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "talisha.kuhic", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "luanna.wilkinson", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "kasha.sauer", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "carmella.konopelski", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "wally.conroy", "countryName": "United States", "totalTries": 0, "successRate": 0 }, { "name": "verena.dietrich", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "afuv32@gmail.com", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "pauline.howell", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "a1fses64@gmail.com", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "clifton.walter", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "rolando.murphy", "countryName": "United States", "totalTries": 0, "successRate": 0 }, { "name": "ilona.goodwin", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "rolf.hudson", "countryName": "United States", "totalTries": 0, "successRate": 0 }, { "name": "rudolph.fadel", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "jaquelyn.stamm", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "erik.collier", "countryName": "United States", "totalTries": 0, "successRate": 0 }, { "name": "sherman.dubuque", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "leena.mitchell", "countryName": "United States", "totalTries": 0, "successRate": 0 }, { "name": "moshe.becker", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "ebonie.kerluke", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 }, { "name": "wilburn.sporer", "countryName": "United Kingdom", "totalTries": 0, "successRate": 0 } ]
|
SUCCESS |
002ms |
|
SUCCESS |
0.19s |