Skip to content

Question regarding tus OPTIONS requests #840

Description

@aradalvand

Hi there. The tus specification includes support for an OPTIONS request, which can be used by clients to gather information about the server's capabilities, notably which extensions it supports.

Based on my testing, it looks like this library (tus-js-client) doesn't make use of that feature at all; it never sends a tus OPTIONS request — I initially mistook the automatic browser-initiated CORS preflight requests for tus OPTIONS, but they're not the same thing.

Is my observation true? And if so, why not? What's the point of the tus OPTIONS request if the official client library never even uses it? I'm a bit confused here.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions