Page 1 of 1

407 Proxy Authentication Required

Posted: Wed Nov 14, 2012 3:30 pm
by gaeltech
Hi,

I have a customer getting a 407 error due to their proxy when trying to use the JS3Upload. I've set the authentication parameter to auto but they are not prompted and still receive the same error. Can you confirm if this setting should work in this situation or if any additional configuration is required?

Thanks.

Re: 407 Proxy Authentication Required

Posted: Mon Nov 26, 2012 8:06 am
by support
Try to add:
<PARAM NAME="authentication" VALUE="auto">

Re: 407 Proxy Authentication Required

Posted: Wed Mar 13, 2013 4:08 pm
by gaeltech
support wrote:Try to add:
<PARAM NAME="authentication" VALUE="auto">
I already have this set in the JS file:

document.writeln('<PARAM NAME="authentication" VALUE="auto">');

Should there be a prompt for credentials where required?

Re: 407 Proxy Authentication Required

Posted: Sun Mar 17, 2013 4:48 pm
by support
Yes, this option will display authentication pop-up when required. Are you sure you've this parameter twice for cross browser support?

Re: 407 Proxy Authentication Required

Posted: Fri May 31, 2013 2:08 pm
by gaeltech
Yes, I have both:

document.writeln('<PARAM NAME="authentication" VALUE="auto">');

and

document.writeln('<PARAM NAME="authentication" VALUE="auto">');

specified in the applet_s3_multipart.js