Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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.