Imposter name detail page title#844
Open
tugkanboz wants to merge 10 commits intomountebank-testing:masterfrom
Open
Imposter name detail page title#844tugkanboz wants to merge 10 commits intomountebank-testing:masterfrom
tugkanboz wants to merge 10 commits intomountebank-testing:masterfrom
Conversation
Include request body in HTTP imposter logs when body is present. This enhances debugging capabilities by showing the complete request data sent to mocked endpoints in the logs.
Include request body in HTTP imposter logs when body is present. This enhances debugging capabilities by showing the complete request data sent to mocked endpoints in the logs.
This reverts commit fc1f79e.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!