Hi, > httpLink.request.Method:=Id_HTTPMethodPut; > Moutput.Lines.Text:=httpLink.Put(eURL.text,x);
> httpLink.request.Method:=Id_HTTPMethodGet; > Moutput.Lines.Text:=httpLink.Get(eURL.text); > httpLink.Request.Method:=Id_HTTPMethodDelete; > s:=httpLink.Put(s,x); I haven't a clue about Delphi but the last line seems a bit wrong, is there no "httpLink.Delete(...)"? And is Delphi case-insensitive or why is it "request" and later "Request"? Bye Frederik -- Frederik Ramm ## eMail [EMAIL PROTECTED] ## N49°00'09" E008°23'33" _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

