Referer Security

A Referer Policy Header controls information as a user travels between websites.

Validating the referer keeps the client-specific website information from being accessed by

other websites. When the browser sends request assets from the Pretranslate API, the

referer header of the request is validated against a defined list of domains, ensuring that the

private and sensitive information in the URL and the translation grid are not being shared.


While this feature is enabled as a default, it can be turned off upon request.

Request Headers
    :authority: www.onelink-edge.com
    :method: GET
    :path: /xapis/PretranslateConfig/PXXXX-XXXX-XXXX-XXXX.json
    :scheme: https
    accept: */*
    accept-encoding: gzip, deflate, br
    accept-language: en
    origin: https://www.acme.com
    referer: https://www.acme.com/
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.