407 Proxy Authentication Required

Amazon S3 upload add-on.
Post Reply
gaeltech
Posts: 5
Joined: Fri Oct 21, 2011 10:40 am

407 Proxy Authentication Required

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

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

Re: 407 Proxy Authentication Required

Post by support »

Try to add:
<PARAM NAME="authentication" VALUE="auto">

gaeltech
Posts: 5
Joined: Fri Oct 21, 2011 10:40 am

Re: 407 Proxy Authentication Required

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

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

Re: 407 Proxy Authentication Required

Post by support »

Yes, this option will display authentication pop-up when required. Are you sure you've this parameter twice for cross browser support?

gaeltech
Posts: 5
Joined: Fri Oct 21, 2011 10:40 am

Re: 407 Proxy Authentication Required

Post 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

Post Reply