Looks like the server might not be set to listen on port 80 if it's not working in the browser either. It is possible to do port forwarding at the domain level so maybe port 80 is somewhere being forwarded and is actually hitting another port on the server. If that's not the case then you've stumped me too :)

moyosaned wrote:

While uploading a file with File.upload
I'm getting a 400 bad request. Now sniffing the activity, it show it's going to
www.myserver.com:80/upload.php

Now throwing this (www.myserver.com:80/upload.php) in the browser gives a not found and
using www.myserver.com/upload.php will give me the feedback I need.

Any ideas how to solve this?

Reply via email to