Can any one please let me know the exact meaning of http status code 200.
Because, i have uploaded the file to a particular folder (NewsToday) having protocol HTTPS, but it does not post that file into that folder, instead shows an error status code 200. Why? What i did the mistake i did?
It means:
More Info:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
Also post your code for us to see how you are doing it. Also, since you are doing it on secure protocol, make sure that you have openssl extension turned on.