Hi All,
Thanks for your help. Solution follows. Thanks for the pointer to netcat.
Turns out I was missing the Content-Type. Hence:
#lang racket
(require net/url)
(require net/uri-codec)
(require net/head)
(require web-server/http/request-structs)
(require racket/string)
(define my-url
(stri
On Jun 11, Noel Welsh wrote:
> I did a quick check of the source code and post-impure-port definitely
> does send the post data -- at least functions to do so appear in the
> code. Have you tried a packet sniffer like Wireshark? That will tell
> exactly was is being sent over the wire.
Netcat is v
I did a quick check of the source code and post-impure-port definitely
does send the post data -- at least functions to do so appear in the
code. Have you tried a packet sniffer like Wireshark? That will tell
exactly was is being sent over the wire.
HTH,
N.
On Fri, Jun 11, 2010 at 8:18 PM, Daniel
3 matches
Mail list logo