Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
* README: Rename to PROTOCOL.
Browse files Browse the repository at this point in the history
* PROTOCOL: Mention the new secure host and change the examples
to match.
  • Loading branch information
keybuk committed Mar 16, 2006
1 parent deea1e8 commit 34402d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2006-03-16 Scott James Remnant <scott@netsplit.com>

* README: Rename to PROTOCOL.
* PROTOCOL: Mention the new secure host and change the examples
to match.

* configure.ac: Check for ne_has_support() and ne_get_response_header()
functions in libneon, these are new with 0.25 and replace functions
from 0.24 we were using. Support both rather than dropping 0.24
Expand Down
7 changes: 5 additions & 2 deletions README → PROTOCOL
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,11 @@ the cookie by constructing a POST to the right URL with the e-mail
address and password obtained from the user. The cookie is returned
in the standard Set-Cookie header.

This may currently be performed on both the live-timing.formula1.com
http host and the secure.formula1.com https host.

--> POST /reg/login.asp HTTP/1.1
Host: live-timing.formula1.com
Host: secure.formula1.com
Content-Type: application/x-www-form-urlencoded
Content-Length: $len

Expand All @@ -167,7 +170,7 @@ constructed, the filename portion is the session number and the
authorisation cookie is passed as a query parameter.

--> GET /reg/getkey/$session.asp?auth=$cookie HTTP/1.1
Host: live-timing.formula1.com
Host: secure.formula1.com

<-- HTTP/1.1 200 OK
Content-Type: text/html
Expand Down

0 comments on commit 34402d7

Please sign in to comment.