Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

I want to save the "Response" details from Firefox>"Network" Tab to a text file. Please help me with procedure. thanks

  • 4 одговорa
  • 1 има овај проблем
  • 5 прегледа
  • Последњи одговор послао guigs

more options

My requirement is as below.

When we are working on the Firefox browser, it monitors the GET and POST operations in Network tab>Response tab.

I want to download the response information to a text file.


Please help me with procedure. thanks

My requirement is as below. When we are working on the Firefox browser, it monitors the GET and POST operations in Network tab>Response tab. I want to download the response information to a text file. Please help me with procedure. thanks

Сви одговори (4)

more options

No problem. Here are the instructions on how to save the HTTP headers to a text file using Firebug or the Web Developer tools:

  1. Open Tools > Web Developer Tools > Web Console
  2. Click on Net and make sure "Log Request and Response Bodies" are selected.
  3. Click on the network monitor icon and reload the page
  4. https://developer.mozilla.org/en-US/d.../Network_Monitor#Copy_as_cURL

OR

  1. https://developer.mozilla.org/en-US/d.../HTTP_logging#Logging_only_HTTP_request_and_response_headers
more options

Thanks for responding. But I want some value from the response to be captured automatically and saved in a text file.

So that I can access the value for some purpose. For E.g. A website returns a response Header as "Date" with value "Thu, 26 Feb 2015 10:45:54 GMT". So I want the value of date should be captured in a txt file and saved. Is that possible?

more options

You can also look at Live Http Headers extension.

more options

Live HTTP Headers can save the File as a txt file. Open up Addons > Extensions and Preferences to see the Headers tab.