HTTP destination
This page explains how to set up an HTTP destination.
Configure HTTP destination
Configure the following:
- In URL, enter the path to the HTTP destination where you want to route data.
- Optional: In Format, specify the format in which Axiom sends data to the destination. For example, CSV or JSON.
- Optional: In Headers, specify any headers you want Axiom to send to the destination.
Configure HTTP (Authorization) destination
Configure the following:
- In URL, enter the path to the HTTP destination where you want to route data.
- Optional: In Format, specify the format in which Axiom sends data to the destination. For example, CSV or JSON.
- In Authorization header, specify the value of the HTTP
Authorization
request header. For example,Basic 123
. For more information, see the MDN documentation. - Optional: In Headers, specify any headers you want Axiom to send to the destination.
Configure HTTP (Basic) destination
Configure the following:
- In URL, enter the path to the HTTP destination where you want to route data.
- Optional: In Format, specify the format in which Axiom sends data to the destination. For example, CSV or JSON.
- In Username and Password, enter your login credentials to the HTTP destination.
- Optional: In Headers, specify any headers you want Axiom to send to the destination.
Was this page helpful?