Feature Request
Summary:
Add a Remote Traffic Inspector to enhance team collaboration by allowing traffic inspection both locally and remotely via tunnel options.
Details:
- Implement a new tunnel option:
- InspectorMode: Can be set to either
Local or Remote.
- Local: Offers the ability to select the inspection port (e.g., 8000), making the inspector accessible on the developer's machine.
- Remote: Provides a public URL directly, enabling remote team members to access the traffic inspector through the tunnel server.
- Inspector accessed remotely should offer the same flexibility and features as the local mode (e.g., request/response inspection, filters, UI interactions).
Use Case:
- Teams collaborating on debugging or monitoring traffic can view HTTP requests and responses via a shared, secure public dashboard, improving visibility and coordination.
Acceptance Criteria:
- New InspectorMode parameter is supported and documented.
- Inspector UI/UX is consistent for both local and remote modes.
- Secure remote access with authentication (if required).
This feature would significantly benefit distributed teams working with gotunnel.
Feature Request
Summary:
Add a Remote Traffic Inspector to enhance team collaboration by allowing traffic inspection both locally and remotely via tunnel options.
Details:
LocalorRemote.Use Case:
Acceptance Criteria:
This feature would significantly benefit distributed teams working with gotunnel.