Skip to content

feat(plugin): Import HTTP Archive (HAR) Files #519

Description

@davinder-sudo

Summary

Add support for importing HTTP Archive (.har) files and converting captured browser requests into editable API requests.

Problem

Developers often need to recreate browser network requests manually when debugging APIs.

Proposed Solution

Allow users to import HAR files directly into Voiden.

Features

  • Import .har files
  • Generate request collections
  • Preserve:
    • Headers
    • Cookies
    • Query parameters
    • Request bodies
  • Group requests by page or folder
  • Ignore static assets (optional)
  • Convert requests into editable endpoints

Supported Content Types

  • JSON
  • Form Data
  • Multipart
  • XML
  • Plain Text

Benefits

  • Faster debugging
  • Easier migration from browser traffic
  • Simplifies API testing workflows

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions