> -------- Original Message -------- > Subject: Ask for Post to Sling > Date: Wed, 13 Oct 2010 23:07:47 +0700
> I wirte a simple HTML containing a form to post a file to it, and I > found that if the action of the form is http://localhost:8080/..... > <http://localhost:8080/>, the post will succeed. However if I write > "127.0.0.1" or my real IP instead of "localhost", it will always fail > with error "not allowed to modify"! And in my Java program I also tried > two methods, one of which is using HttpClient, and none of them can > work. The error code is always 500. That is strange! What IP addresses are configured on your system? What kind of system is it? Also, is there anything like virtualbox or vmware involved? What about GET requests? Does localhost:8080 also succeed and all others also fail? Regards, -james.
