scsh-users
[Top] [All Lists]

SUNet Surflets using POST method and Internet Explorer

To: scsh-users@scsh.net
Subject: SUNet Surflets using POST method and Internet Explorer
From: "Andreas Bernauer" <andreas.bernauer@gmx.de>
Date: Tue, 2 Jan 2007 10:38:01 +0100
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=sM8AW9EcN83x7d0VQF3WRe6HeKuuBG0yTx4w6K36VgSc5jPJIwCZ9awNi91Xg6EnQELqHW2JGBQJcwytzK2TC6ZlIgX7SC1a3f21qb71T+xC3IRh6bWM+/oJUJwyolHRkdiTcI2GjDXZaFcZLIL5RXBBRltJSx8dRWIEh1KLF28=
List-id: <scsh-users.list-id.scsh.net>
Reply-to: andreas.bernauer@gmx.de
Sender: bernauer@gmail.com
Hello Emilio,

On 12/24/06, Emilio Lopes < eclig@gmx.net> wrote:
I'm having a hard time using web forms with the POST method in
conjunction with Microsoft's Explorer (Version 6, XP SP2).


Getting the bindings off of the form definitely works, I can print the
input to the terminal after `send-html/suspend' returns.  It's the
sending of the second page that fails somehow.

The equivalent servlet works fine using PLT's web server, but I find
PLT Scheme painful for interactive development and their servlet
library is not so programmer friendly as SUNet's.

Can anyone provide any insight on this problem?  I don't know where to
start looking for a solution or workaround.



We had  problems getting IE work with our SUnet FTP server, too. I don't have IE available currently, but I can look into the problem next week. I suspect the problem lies with the closing/not closing of the POST data channel. What you can try is to close / not close the POST data channel after receiving data (depending on how it is curerntly done in SURflets). IIRC, IE is very sensitive to what the webserver does or does not.
Furthermore, you may want to use a packet sniffer to check which data IE sends and receives and how this data differs from what Firefox sends and receives.

I am sorry I can't help you more at the moment. I'll look into it next week. Let me know, if
you have interesting results or more questions.

Cheers,

Andreas.
<Prev in Thread] Current Thread [Next in Thread>