Imposter name detail page title #844
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Problem
HTTP Imposter detail pages (/imposters/{port}) only displayed generic titles like "http Imposter on port 5034". This made it difficult for users to immediately identify which service/API was running on that port.
Solution
Enhanced the imposter detail page to display the imposter's name field in the title when available, providing better service identification.
Results
Benefits
Test Examples
Named imposter
Result: "User Management API - http Imposter on port 3000"
Unnamed imposter (existing behavior)
Result: "http Imposter on port 4000" (no change)
This enhancement is particularly valuable for teams running multiple imposters simultaneously!