|
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": "abraham.weissnat", "password": "nkwf1089", "email": "ftnh43@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: 16 Date: Tue, 12 Mar 2024 07:14:30 GMT Keep-Alive: timeout=60 Connection: keep-alive
Response Body
abraham.weissnat
|
SUCCESS |
003ms |
|
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": "abraham.weissnat", "password": "nkwf1089" }
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.eyJzdWIiOiJhYnJhaGFtLndlaXNzbmF0IiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.lkiopX7BBXsjz8ZG6xr3ciA2FZIcm736FHB50SeNAjo" }
|
SUCCESS |
003ms |
|
|
SUCCESS |
035ms |
|
POST http://localhost:38083/wordle/api/game
Response
URL: http://localhost:38083/wordle/api/game
Status code: 200
Content Type: application/x-www-form-urlencoded
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYnJhaGFtLndlaXNzbmF0IiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.lkiopX7BBXsjz8ZG6xr3ciA2FZIcm736FHB50SeNAjo Accept=*/* Content-Type=application/x-www-form-urlencoded; charset=ISO-8859-1
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
32
|
SUCCESS |
002ms |
|
|
Create a new game with the word BLAND
|
SUCCESS |
023ms |
|
|
SUCCESS |
080ms |
|
POST http://localhost:38083/wordle/api/game/33/word
Response
URL: http://localhost:38083/wordle/api/game/33/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYnJhaGFtLndlaXNzbmF0IiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.lkiopX7BBXsjz8ZG6xr3ciA2FZIcm736FHB50SeNAjo 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 |
002ms |
|
POST http://localhost:38083/wordle/api/game/33/word
Response
URL: http://localhost:38083/wordle/api/game/33/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYnJhaGFtLndlaXNzbmF0IiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.lkiopX7BBXsjz8ZG6xr3ciA2FZIcm736FHB50SeNAjo 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/33/word
Response
URL: http://localhost:38083/wordle/api/game/33/word
Status code: 201
Content Type: text/plain
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYnJhaGFtLndlaXNzbmF0IiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.lkiopX7BBXsjz8ZG6xr3ciA2FZIcm736FHB50SeNAjo 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 |
|
|
|
SUCCESS |
122ms |
|
GET http://localhost:38083/wordle/api/game/33/guesses
Response
URL: http://localhost:38083/wordle/api/game/33/guesses
Status code: 200
Content Type: null
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYnJhaGFtLndlaXNzbmF0IiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.lkiopX7BBXsjz8ZG6xr3ciA2FZIcm736FHB50SeNAjo 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
[ [ "GREEN", "GRAY", "GREEN", "GRAY", "GRAY" ], [ "GREEN", "GRAY", "GREEN", "GRAY", "YELLOW" ], [ "GREEN", "GREEN", "GREEN", "GREEN", "GREEN" ] ]
|
SUCCESS |
004ms |
|
GET http://localhost:38083/wordle/api/game/33/guesses
Response
URL: http://localhost:38083/wordle/api/game/33/guesses
Status code: 200
Content Type: null
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYnJhaGFtLndlaXNzbmF0IiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.lkiopX7BBXsjz8ZG6xr3ciA2FZIcm736FHB50SeNAjo 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
[ [ "GREEN", "GRAY", "GREEN", "GRAY", "GRAY" ], [ "GREEN", "GRAY", "GREEN", "GRAY", "YELLOW" ], [ "GREEN", "GREEN", "GREEN", "GREEN", "GREEN" ] ]
|
SUCCESS |
006ms |
|
GET http://localhost:38083/wordle/api/game/33/guesses
Response
URL: http://localhost:38083/wordle/api/game/33/guesses
Status code: 200
Content Type: null
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYnJhaGFtLndlaXNzbmF0IiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.lkiopX7BBXsjz8ZG6xr3ciA2FZIcm736FHB50SeNAjo 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
[ [ "GREEN", "GRAY", "GREEN", "GRAY", "GRAY" ], [ "GREEN", "GRAY", "GREEN", "GRAY", "YELLOW" ], [ "GREEN", "GREEN", "GREEN", "GREEN", "GREEN" ] ]
|
SUCCESS |
002ms |
|
|
|
SUCCESS |
035ms |
|
|
SUCCESS |
026ms |
|
GET http://localhost:38083/wordle/api/game/33/result
Response
URL: http://localhost:38083/wordle/api/game/33/result
Status code: 200
Content Type: null
Request Headers
Authorization=Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhYnJhaGFtLndlaXNzbmF0IiwiaWF0IjoxNzEwMjI3NjcwLCJleHAiOjE3MTAzMTQwNzB9.lkiopX7BBXsjz8ZG6xr3ciA2FZIcm736FHB50SeNAjo 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
"WIN"
|
SUCCESS |
002ms |
|
|
|
SUCCESS |
0.29s |