[appengine-java] Re: Access Failure when authenticating to Restful API

2010-03-08 Thread ljgarcia
); System.out.println(response = + conn.getResponseMessage()); thanks so much. Best, LJ On Mar 3, 6:53 pm, Chummar Maly chum...@gmail.com wrote: can you pls. post the code. On Wed, Mar 3, 2010 at 9:06 AM, ljgarcia leylaj...@gmail.com wrote: Hello everybody, I want to access Delicious via

[appengine-java] Re: Access Failure when authenticating to Restful API

2010-03-08 Thread ljgarcia
://delicious.com/help/api http://delicious.com/help/apiHope this helps. Chummar On Mon, Mar 8, 2010 at 9:48 AM, ljgarcia leylaj...@gmail.com wrote: Hello there, Thanks for the answer. Here goes the code:            HttpURLConnection conn;            URL url = new URL(https

[appengine-java] Access Failure when authenticating to Restful API

2010-03-03 Thread ljgarcia
Hello everybody, I want to access Delicious via Resftul API http://delicious.com/help/api so I am using a Restful Connection (RestConnection.java) and I get this error: java.security.AccessControlException: access denied (java.net.NetPermission setDefaultAuthenticator) at