0 Replies Latest reply on Jul 30, 2012 8:11 AM by nimo22

    how to authenticate a restfull webservice in jboss as

    nimo22

      I have a restful-url (http://localhost:8080/myapp/resources) which returns xml-datas via RestEasy. This works within the browser.

       

      I have setup a form-based authentication and when I want to request the "restful-url" above, it needs an authentication.

       

      How can I transmit the authentication-details within the GET-Request? I am using FORM-Authentication.

       

      I have tried something like this.

       

      http://localhost:8080/myapp/resources?i-username=test&i-pw=mypassword

       

      but it does not work.