David Woolley wrote in
 <[email protected]>:
 |On 03/11/2021 00:15, Thorsten Glaser wrote:
 |> (it's not related to user-agent...).  Recompiling those (to capture the
 |> actual headers_they_  see) would be simpler than firefox...
 |
 |Firefox has built-in developer tools that allow you to see what was on 
 |the wire.

Maybe easier with curl(1)'s -I that only fetches headers.

 |These are the header received with the HTML on the home page:
 |
 |Cache-Control
 | private, pre-check=0, post-check=0, max-age=0
 |Connection
 | keep-alive
 |Content-Encoding
 | gzip
 |Content-Length
 | 4192
 |Content-Type
 | text/html; charset=UTF-8
 |Date
 | Wed, 03 Nov 2021 11:19:40 GMT
 |Expires
 | 0
 |Pragma
 | no-cache
 |Server
 | HeavyThing
 |Set-Cookie
 | phpbb2mysql_data=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; 
 |Max-Age=0; path=/; secure
 |Set-Cookie
 | phpbb2mysql_sid=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; 
 |Max-Age=0; path=/; secure
 |X-Powered-By
 | PHP/7.2.5

  $ curl -I  http://board.flatassembler.net/
  HTTP/1.1 200 She'll be apples
  X-Powered-By: PHP/7.2.5
  Set-Cookie: phpbb2mysql_data=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; 
Max-Age=0; path=/; secure
  Set-Cookie: phpbb2mysql_sid=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; 
Max-Age=0; path=/; secure
  Cache-Control: private, pre-check=0, post-check=0, max-age=0
  Expires: 0
  Pragma: no-cache
  Content-Type: text/html; charset=UTF-8
  Connection: keep-alive
  Server: HeavyThing
  Date: Wed, 03 Nov 2021 16:38:25 GMT

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)

Reply via email to