Skip to content

403 when origin is null #815

@springuper

Description

@springuper

I'm developing a web app for Samsung Smart TV. It uses local file protocol, other than normal http. When sentry catches some error and sends to server, there is a 403 response, with the following body:

{
  "error": "Missing required attribute in authentication header: sentry_secret"
}

I checked the request header, found that origin header is null. When assigning a valid origin in postman, such like 'abc.com', it's ok.

My question is, how can I fix this issue? change origin settings in sentry, or generate a private DSN?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions