---
title: My pusher does not support custom HTTP headers
description: Discover solutions to handle pushers that do not support custom HTTP headers.
tags: pusher token header
dates:
  validation: 2025-07-22
  posted: 2023-04-03
---
import Requirements from '@macros/iam/requirements.mdx'


<Requirements />

 - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization


If your pusher does not support the `X-Token` header, there are other ways to pass it:

- Through the `X-Scope-OrgID` header. This means that when using [Promtail](https://grafana.com/docs/loki/latest/clients/promtail/), you can set the `tenant_id` field of the client's configuration to pass the token.
- Through the `Authorization: Bearer <token>` header. This is for all clients who usually have support for these bearer tokens.
- Through the `Authorization: Basic` header. With basic authentication, you will have to use the token as a password with any username.

<Message type="important">
 If none of these methods were successful, reach out to us on the [#observability channel on Slack](https://slack.scaleway.com/).
</Message>