Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

How do I add my own headers to the default set of request headers without using a plug-in?

  • 2 ответа
  • 1 имеет эту проблему
  • 2 просмотра
  • Последний ответ от Shreyas Agasthya

more options

When I open HTTP Live Headers, I see that there are default request headers that go out from the browser to the server. I want to add a Pragma header with a specific value to be sent. This will help me to remove a plug-in from my arsenal and thereby be sure that all the request headers are going as a part of the request.

When I open HTTP Live Headers, I see that there are default request headers that go out from the browser to the server. I want to add a Pragma header with a specific value to be sent. This will help me to remove a plug-in from my arsenal and thereby be sure that all the request headers are going as a part of the request.

Все ответы (2)

more options

I think this probably requires an extension. As far as I know, there is no preference you could change in about:config or user.js to "add a header".

Or are you generating the request with JavaScript?

more options

Hi there!

I am trying to achieve this without any extensions.