lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] [cookies?] unable to log in in http://board.flatassembler


From: Steffen Nurpmeso
Subject: Re: [Lynx-dev] [cookies?] unable to log in in http://board.flatassembler.net/
Date: Wed, 03 Nov 2021 17:41:43 +0100
User-agent: s-nail v14.9.22-198-g423fdf5850

David Woolley wrote in
 <04bbf503-c915-b09b-7f4e-00b7829dc4fc@david-woolley.me.uk>:
 |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

[Prev in Thread] Current Thread [Next in Thread]