soniprathmesh
opened on April 26
- Move student detail fetching to the frontend by calling an API after the page has loaded.
- Ensure backend does not embed student details directly into the page at render time.
- Only trigger API call when the request is from a real user (i.e., not from bots, crawlers, WhatsApp, or similar User-Agents).
- Handle edge cases properly to avoid unnecessary API calls for bot or crawler traffic.