Re: [Imv-devel] PUT on Attr
Status: Planning
Brought to you by:
vinodgk
From: Rushi D. <ru...@vs...> - 2002-03-14 07:03:09
|
Problem could be: <1> You forgot to put a blank line between header and body <2> You are sending extra header info. Only Host, Content-Type and Content-Length are used. We tried this here. It works. Mail us as soon as possible the new version of the plugin (i.e. with the 'accessVisible' removed). Later, Rushi AIT AIT wrote: > Hi Rushi, > This is the request that i am sending to the server, but i get a 400 > and that also after a very long time > > PUT /imv/inventory/7c7a9227-00ec-1000-c611-cc1c9f8389c7/computerID > HTTP/1.1 > Host: 127.0.0.1:8080 > User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.5) > Gecko/20020304 > Accept: text/xml, application/xml, application/xhtml+xml, > text/html;q=0.9, image/png, image/jpeg, image/gif;q=0.2, > text/plain;q=0.8, text/css, */*;q=0.1 > Accept-Language: en-us > Accept-Encoding: gzip, deflate, compress;q=0.9 > Accept-Charset: utf-8, * > Keep-Alive: 300 > Connection: keep-alive > Content-Type: text/plain > Content-Length: 134 > Hello World 1 > Hello World 2 > Hello World 3 > Hello World 4 > Hello World 5 > Hello World 6 > Hello World 7 > Hello World 8 > > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > _______________________________________________ > Imv-devel mailing list > Imv...@li... > https://lists.sourceforge.net/lists/listinfo/imv-devel > |