HttpUrlConnection throws a 403 HTTP error!!!
843835Apr 14 2003 — edited Apr 14 2003Hi Java Experts,
Well, I implemented an application in which my clients download a Java application that comunicates to the server throught HttpUrlConnection, that is, the client posts it's requests to a JSP page. In some cases, I believe when the clients are behind a proxy, they cannot connect to the server because it throws a 403 HTTP error (Forbidden). Does anybody know how to get over this problem? Is there any kind of properties to be set to grant this transaction?
Thanks a lot
Calegari.