playframework - Proxy Authorization Required while uploading large files in play 1.2.5 -
i getting proxy authorization required while uploading large files in play 1.2.5. after hitting upload button required action doesnt called.however when upload small sized files dont error.what can reason.please me out.
this has nothing play. while can limit size of request (and therefore size of uploadable files) setting value play.netty.maxcontentlength
in application.conf
, by default there no limit.
the problem caused proxy server sits between , play application requires authentication above request size. ask whoever responsible proxy server how circumvent problem (e.g. increasing max. request size or giving authentication credentials proxy).