comp.lang.ada
 help / color / mirror / Atom feed
* ANNOUNCE- AWS - Ada Web Server (v0.3)
@ 2000-01-18  0:00 Pascal Obry
  2000-01-19  0:00 ` Ted Dennison
  0 siblings, 1 reply; 3+ messages in thread
From: Pascal Obry @ 2000-01-18  0:00 UTC (permalink / raw)


This is to announce that there is a new version of my AWS
package on my homepage. This is certainly the first usable
version.

What's new:
- connection through proxy
- authentification through proxy
- Basic authentification supported (base64 algorithm)
- binary data supported for HTTP/1.0 clients
  (like Netcape 4.6 browsers)
- implement If-Modified-Since
- almost clean scheme to close the connection on a HTTP/1.1
  persistent connection.
- chunked protocol implemented

What's needed to build:
- a POSIX binding (see my homepage for a Win32 implementation,
  look for Florist if you are under UNIX).
- an Ada95 compiler
- a socket binding (If you are under UNIX you'll have to slightly change
  AWS as the Win32 Sockets binding is a bit different)

BTW, I've been really surprised to found out that the Web "Basic"
authentification is not at all secure. This is just a base64 encoded
"user:pws" string! Use a base64 decoder (10 lines of Ada see AWS
sources) and you get both the user name and the password :)

Enjoy,
Pascal.

--

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--| http://ourworld.compuserve.com/homepages/pascal_obry
--|
--| "The best way to travel is by means of imagination"







^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-01-20  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-18  0:00 ANNOUNCE- AWS - Ada Web Server (v0.3) Pascal Obry
2000-01-19  0:00 ` Ted Dennison
2000-01-20  0:00   ` Tucker Taft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox