API

MyFirstApi Console

172.234.250.167:8080 - ASP.NET Core / .NET 10

o no session
checking...
User Session
Enter a username to start a session. The server sets a cookie that identifies you on every subsequent request. Use Session Info to inspect live data from the server, and Logout to destroy it. On page refresh the session is automatically restored if the cookie is still valid.
username -
session id -
started -
visit count -
POST /api/session/start
Hello - No Parameters
Calls the base GET endpoint and returns the default greeting from the API.
GET /api/hello
Hello - With Name
Passes a name as a URL parameter and returns a personalised greeting.
GET /api/hello/{name}
Hello - POST Message
Sends a JSON body via POST and returns the server response.
POST /api/hello
api-console - response output
Waiting for requests