Manage Insights
| Title | Date | Category | Actions |
|---|
Portfolio Management
| Project Name | Industry | Year | Actions |
|---|
Received Inquiries
| Sender | Message Preview | Received At | Action |
|---|
Public Information
Security
Backend Function Test
Flow: Frontend JS → AJAX → app_backend.php → cURL → Node.js sandbox →
read /backend/secrets/*.secret → return results to Frontend.
Test 1: Read Secret DEMO_TOKEN
Call function readDemoSecret (uses internal secrets manager).
The function reads DEMO_TOKEN and returns a masked value.
Test 2: Backend Logic with Params
Call function greetUser with params {name: '...'}.
The function performs validation + greeting + returns server-side timestamp.