<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Cache-control" content="no-cache">
        <meta http-equiv="Cache-control" content="max-age=0">
        <meta http-equiv="refresh" content="30">
        <style>
            body { font-family:monospace; color:#222; }
            a { text-decoration: none; }
            div.title { font-size:24px;font-weight:600;line-height:24px; }
            div.menu { font-size:16px;font-weight:400;line-height:48px; }
            div.rule { height:1px; width:500px; background-color:#000; font-size:0px; }
        </style>
    </head>
    <body>
        <div class=title>ApiTester</div>
        <div class=menu>
            <A href=/applog     title="View the application log.">AppLog</a> |
            <A href=/userlog    title="View the user requests log.">UserLog</a> |
            <A href=/msglog     title="View the messages requests log.">MsgLog</a> |
            <A href=/headers    title="View the HTTP request headers.">Headers</a> |
            <A href=/podrequest title="View an outbound pod request response.">PodRequest</a>
        </div>
        <div class=rule></div>
        <pre>
Process started at: 2026-08-31 21:18:02
... Running in Container: True
... User is Admin: True

POD Information
NODE_IP: 10.241.117.138
NODE_NAME: aksapp1000001
POD_CPU_LIMIT: 1
POD_CPU_REQUEST: 1
POD_IP: 10.255.2.106
POD_MEM_LIMIT: 402653184
POD_MEM_REQUEST: 201326592
POD_NAME: app-54d8df8dfc-bt8jd
POD_NAMESPACE: us3npt-apis-kimclark-com-lane1-dev
POD_SERVICE_ACCOUNT: default

Starting web server ...
... Web server started on port 80.

The NoStress switch was detected.
All stress intervals will be skipped.

The NoExit switch was detected.
This process will now wait indefinitely.
        </pre>
    </body>
</html>