Answer the question
In order to leave comments, you need to log in
How to properly configure Django to send HTML REFERER to an external site?
There is a website.
I insert an external script into the code that requests information from an external resource and displays it on our website using JQuery (third-party developer).
When I run the request, I get the error:
Ваш браузер не настроен для передачи HTTP REFERER. Все браузеры по умолчанию настроены на передачу данного параметра, для решения проблемы сбросьте настройки браузера на настройки по умолчанию или вручную включите передачу HTTP REFERER.
Answer the question
In order to leave comments, you need to log in
Looks like you've come across a browser security policy.
If I remember correctly, we added a line like this to the site:
<meta name="referrer" content="always">
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question