Page 1 of 1

HTTP/1.0 302 Found Error

Posted: Mon Nov 24, 2014 6:46 am
by amrish_deep
Hi

I am getting HTTP/1.0 302 error while using upload applet

website environment contains BIG IP and the ssl certificate is registered in the BIG IP
and all the requests pass through this BIG IP
in my web server where the site is hosted we have only port 80 opened and in BIG IP port 443 is opened for ssl

please suggest some solution for the upload issue

Re: HTTP/1.0 302 Found Error

Posted: Wed Dec 03, 2014 7:34 pm
by support
This error means that the URL configured in JFileUpload redirects to another URL. Usually, it means that the initial URL requires authentication and credentials (or security token such as cookie) passed by JFileUpload is not correct (or not the one expected), then the server redirects to a login page.

Check your access web log to get more details about the 302 redirection.