Skip to content

HEAD Requests Sent to Blob URLs Causing Console Errors #75

@Ted-developer

Description

@Ted-developer

Description

When creating clips using blob URLs (format blob:http://...), the system still sends HEAD requests to these URLs. This results in error logs appearing in the browser console. Although these errors do not affect the normal functionality of the product, they pollute the console and may impact the debugging experience.

Steps to Reproduce

Create a new clip using a blob URL
Open browser developer tools and check the console
Observe HEAD request errors for blob URLs

Expected Behavior

The system should identify blob URLs and avoid sending HEAD requests to them, or properly handle these requests to prevent error logs from appearing.

Actual Behavior

The system sends HEAD requests to blob URLs, resulting in error logs in the browser console.

Priority

Low - Does not affect functionality, but impacts development experience

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions