tags:

views:

9

answers:

1

Hi All ,

I am using Apache Tomcat 6.0 & I am getting 403 Forbidden error from the server while making a ajax put request to the server .

Can Anybody help me out,,

Thanks in Advance,

Vinay

A: 
  • Use POST instead of put
  • Make sure the target page is not protected by username/password
  • Also apache can restrict access to files based on other criteria, like IP
JochenJung
I have to update a file directly using Ajax put request , Is that also possible by Post request? Please let me know if Possible. Thanks
Vinay