Skip to content

fix: add HTTPS protocol support to web client#237

Open
svennergr wants to merge 1 commit intoprojectdiscovery:mainfrom
svennergr:fix/display-https-interactions
Open

fix: add HTTPS protocol support to web client#237
svennergr wants to merge 1 commit intoprojectdiscovery:mainfrom
svennergr:fix/display-https-interactions

Conversation

@svennergr
Copy link
Copy Markdown

Summary

  • The interactsh server emits "https" as a distinct protocol since projectdiscovery/interactsh@aab1b78, but the web client only recognized "dns", "http", and "smtp"
  • HTTPS interactions were silently filtered out and never displayed
  • Adds "https" to the protocols array and default filter
  • Applies HTTP syntax highlighting for HTTPS request/response detail views
  • Merges stored filter with defaults so existing users get the new "https" filter key without clearing localStorage

Companion PR for the CLI client: projectdiscovery/interactsh#1359

Test plan

  • Register with an interactsh server that has TLS enabled
  • Trigger an HTTPS interaction (e.g. curl https://<url>)
  • Verify the HTTPS interaction appears in the web dashboard
  • Verify the protocol filter dropdown shows HTTP, HTTPS, DNS, SMTP
  • Verify existing users with old localStorage see HTTPS interactions without clearing data

Made with Cursor

The interactsh server now emits "https" as a distinct protocol (since
projectdiscovery/interactsh@aab1b78) but the web client only recognized
"dns", "http", and "smtp", causing HTTPS interactions to be silently
filtered out.

- Add "https" to the protocols array and default filter
- Apply HTTP syntax highlighting for HTTPS request/response views
- Merge stored filter with defaults so existing users get the new
  "https" filter key without needing to clear localStorage

Made-with: Cursor
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 30, 2026

@svennergr is attempting to deploy a commit to the ProjectDiscovery Team on Vercel.

A member of the Team first needs to authorize it.

@neo-by-projectdiscovery-dev
Copy link
Copy Markdown

neo-by-projectdiscovery-dev bot commented Mar 30, 2026

Neo - PR Security Review

No security issues found

Comment @pdneo help for available commands. · Open in Neo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant