Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Padlock > "Show Connection Details" > "More Info" > "General" Tab

  • 2 replies
  • 1 has this problem
  • 5 views
  • Last reply by James

more options

Hi,

I am really not sure I am posting this question in the correct place so I apologise in advance. I have been asked to try to write a piece of code that looks at about 60 websites and returns the date that they were last modified. The only place I can find this date in each case seems to be on the general tab (following the path in the subject line of this query). Is there any way to access this "Modified" information on the general tab on a webpage using Firefox? I was assuming there would be an element in FF that I could call the value of but I am out of ideas at the moment.

Any help will be greatly appreciated. Thanks in advance.

Hi, I am really not sure I am posting this question in the correct place so I apologise in advance. I have been asked to try to write a piece of code that looks at about 60 websites and returns the date that they were last modified. The only place I can find this date in each case seems to be on the general tab (following the path in the subject line of this query). Is there any way to access this "Modified" information on the general tab on a webpage using Firefox? I was assuming there would be an element in FF that I could call the value of but I am out of ideas at the moment. Any help will be greatly appreciated. Thanks in advance.
Attached screenshots

All Replies (2)

more options

I think it's in the Response headers of the page. You can find it in Developer tools -> Network.

Modified by TyDraniu

more options

Thank loads TyDraniu,

That worked for some of the sites, however not for all of them. At least I have somewhere to start with though!