Hi, I am using iText's Java PDF library to create AcroForms.
My context is: I create an acroform which will be placed in my local disk. I again use java code to send it as an attachment in a mail to the client. Client opens the attachment(PDF file) and fills in the form details and when he/she clicks on the Submit button in the PDF(AcroForm), the form data has to be sent to some JSP file on the server. But it is not rather it says: "HTTP Error 407 407 Proxy Authentication Required
You must authenticate with a proxy server before this request can be serviced. Please log on to your proxy server, and then try again."
Please find the code I have written for Submit button