HTTP/1.0 302 Found Error

Upload core product.
Post Reply
amrish_deep
Posts: 40
Joined: Tue Jun 17, 2008 5:14 am

HTTP/1.0 302 Found Error

Post 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
Attachments
http 302.jpg
302 error
(35.66 KiB) Not downloaded yet

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: HTTP/1.0 302 Found Error

Post 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.

Post Reply