[plt-scheme] making http request to a scheme servlet

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Mon Oct 14 06:06:51 EDT 2002

--- Laurence Melloul <melloul at stanford.edu> wrote:
> Hi,
> 
> Is there a way to make an http request to a scheme
> servlet and pass the 
> parameters it needs without filling the form through
> the browser? 

The HTTP POST protocol w/ the form-urlencoded mime
type does the job.  I have code to do this, which I'm
supposed to commit to the PLT libraries sometime.  In
the meantime if you drop me a line I'll email it to
you.  Doing a search on the above terms will turn up
many tutorials that will explain the inner mysteries
of HTTP.

HTH,
Noel

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com


Posted on the users mailing list.