|
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": "ellamae.block", "password": "hojq5323", "email": "ipts43@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: 13 Date: Tue, 12 Mar 2024 07:14:29 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
ellamae.block
|
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": "ellamae.block", "password": "hojq5323" }
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:30 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
{ "accessToken": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc" }
|
SUCCESS |
002ms |
|
Create a new game with the word BLAND
|
SUCCESS |
033ms |
|
|
SUCCESS |
094ms |
|
POST http://localhost:38083/wordle/api/game/26/word
Response
URL: http://localhost:38083/wordle/api/game/26/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GREEN", "GRAY", "GREEN", "GRAY", "GRAY" ] ]
|
SUCCESS |
011ms |
|
POST http://localhost:38083/wordle/api/game/26/word
Response
URL: http://localhost:38083/wordle/api/game/26/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GREEN", "GRAY", "GREEN", "GRAY", "GRAY" ], [ "GREEN", "GRAY", "GREEN", "GRAY", "YELLOW" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/26/word
Response
URL: http://localhost:38083/wordle/api/game/26/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 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 |
026ms |
|
|
SUCCESS |
139ms |
|
POST http://localhost:38083/wordle/api/game/29/word
Response
URL: http://localhost:38083/wordle/api/game/29/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "GREEN", "GRAY", "GRAY" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/29/word
Response
URL: http://localhost:38083/wordle/api/game/29/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 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/29/word
Response
URL: http://localhost:38083/wordle/api/game/29/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 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 |
003ms |
|
POST http://localhost:38083/wordle/api/game/29/word
Response
URL: http://localhost:38083/wordle/api/game/29/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 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 |
035ms |
|
|
SUCCESS |
172ms |
|
POST http://localhost:38083/wordle/api/game/31/word
Response
URL: http://localhost:38083/wordle/api/game/31/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/31/word
Response
URL: http://localhost:38083/wordle/api/game/31/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 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/31/word
Response
URL: http://localhost:38083/wordle/api/game/31/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 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/31/word
Response
URL: http://localhost:38083/wordle/api/game/31/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 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 |
002ms |
|
|
Create a new game with the word BEAST
|
SUCCESS |
051ms |
|
|
SUCCESS |
150ms |
|
POST http://localhost:38083/wordle/api/game/34/word
Response
URL: http://localhost:38083/wordle/api/game/34/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
[ [ "GRAY", "GRAY", "YELLOW", "YELLOW", "GRAY" ] ]
|
SUCCESS |
002ms |
|
POST http://localhost:38083/wordle/api/game/34/word
Response
URL: http://localhost:38083/wordle/api/game/34/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 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/34/word
Response
URL: http://localhost:38083/wordle/api/game/34/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 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/34/word
Response
URL: http://localhost:38083/wordle/api/game/34/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 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/34/word
Response
URL: http://localhost:38083/wordle/api/game/34/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 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/34/word
Response
URL: http://localhost:38083/wordle/api/game/34/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 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 |
|
|
|
SUCCESS |
156ms |
|
GET http://localhost:38083/wordle/api/game/statistics
Response
URL: http://localhost:38083/wordle/api/game/statistics
Status code: 200
Content Type: null
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlbGxhbWFlLmJsb2NrIiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.XR_lqPLWhfFJrTgx9TWBw-eP625PoGSFzxVzP_cchCc 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:30 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
{ "totalTries": 4, "totalWins": 3, "percentageSuccessRate": 75, "currentWinningStreak": 0, "bestWinningStreak": 3, "guessDistribution": { "1": 0, "2": 0, "3": 1, "4": 2, "5": 0, "6": 0 } }
|
SUCCESS |
002ms |
|
|
SUCCESS |
0.24s |